Skip to content

Latest commit

 

History

History
74 lines (43 loc) · 2.06 KB

README.md

File metadata and controls

74 lines (43 loc) · 2.06 KB
Pokemon Info

 

Pokemon Info

Github top language Github language count Repository size License Github issues Github forks Github stars

🚧 Pokemon Info 🚀 Under construction... 🚧



🎯 About

Pokemon Info is a simple collection of information about each individual character in the game. It lists the characters in order of their position in the pokedex and lists their type, abilities, moves, stats, as well as displays their sprites.

✅ Requirements

Before starting 🏁, you need to have Git and Node installed.

🏁 Starting

# Clone this project
$ git clone https://github.com/tmchuynh/pokemon-info

# Access
$ cd pokemon-info

# Install dependencies
$ yarn

# Run the project
$ yarn start

# The server will initialize in the <http://localhost:3000>

📝 License

This project is under license from MIT. For more details, see the LICENSE file.

Made with ❤️ by Tina Huynh

 

Back to top