Skip to content

Latest commit

 

History

History
109 lines (63 loc) · 1.77 KB

README.md

File metadata and controls

109 lines (63 loc) · 1.77 KB

React Pokédex

A Pokédex App built with React for Microverse Capstone Project.

screenshot

Built With

  • React
  • HTML5
  • SASS
  • NPM
  • Heroku

Video Presentation

Presentation

Live Demo

Poke-Link

Getting Started

To get a local copy up and running follow these simple example steps.

Prerequisites

  • Git
  • npm

Setup

Clone or download the repo:

git clone https://github.com/abdelp/poke-catalog-react.git

Install

Go to the root folder and install the npm packages:

npm i

Usage

After installing all of the npm packages, run the start script command:

npm start

Run tests

To run the tests go to the root folder of the project and run the test script command:

npm test

Deployment

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

Author

👤 Abdel Pérez

🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the issues page.

Show your support

Give a ⭐️ if you like this project!

Acknowledgments

  • Microverse Inc.

📝 License

This project is MIT licensed.