A Pokédex App built with React for Microverse Capstone Project.
- React
- HTML5
- SASS
- NPM
- Heroku
To get a local copy up and running follow these simple example steps.
- Git
- npm
Clone or download the repo:
git clone https://github.com/abdelp/poke-catalog-react.git
Go to the root folder and install the npm packages:
npm i
After installing all of the npm packages, run the start script command:
npm start
To run the tests go to the root folder of the project and run the test script command:
npm test
To be able to deploy the app on Heroku you need to have installed the Heroku CLI first.
After that, you need to run the command to create your new project there:
heroku create -b https://github.com/mars/create-react-app-buildpack.git
And push the files there:
git push heroku master
👤 Abdel Pérez
- Github: @abdelp
- Twitter: @AbdelPerez11
- Linkedin: Abdel Pérez
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
Give a ⭐️ if you like this project!
- Microverse Inc.
This project is MIT licensed.