Skip to content

tmchuynh/Pokemon-Info

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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