A simple MPA that displays dinamically generated pages with XKCD comic strips, using the official XKCD API.
- Created with Node/Express, and EJS as a templating engine
- Responsive
- You can navigate to a specific comic strip by including the comic # in the URL
- Transcripts are parsed to a more readable format before being displayed
https://cccomics-xkcd.herokuapp.com/
After installing node and all the project dependencies, type
npm startto start the project.