I planned a personal project to help me practice Express and Handlebars more so I decided to make a Rick and Morty character search app
Deployed on Heroku here!
I also made it a PWA ;) (add it to your homepage on your phone)
Used a nice API from https://rickandmortyapi.com/documentation/
- Express
- Handlebars
- JS/HTML/CSS
- Heroku
- clone the project with
git clone https://github.com/seabasshoang/hungry-for-apples.git
- navigate into the project
cd hungry-for-apples
- install dependencies
npm i
- launch it locally with
npm start