/hungry-for-apples

Rick and Morty character search

Primary LanguageJavaScript

jerry

👽 Overview

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/


🛠 Built with:

  • Express
  • Handlebars
  • JS/HTML/CSS
  • Heroku

🏡 How to set up this project?

  1. clone the project with git clone https://github.com/seabasshoang/hungry-for-apples.git
  2. navigate into the project cd hungry-for-apples
  3. install dependencies npm i
  4. launch it locally with npm start