A SPA web Application that displays attributes about different types of Pokemon. You can view a list of pokemons on the homepage and view their specific attributes on the details page
- ReactJS
- Redux
- Sass
react-router-dom
- PokéApi
-
Clone this repo https://github.com/MrBrN197/PokemonAttributes
git clone https://github.com/MrBrN197/PokemonAttributes.git
-
Navigate to PokemonAttributes folder/directory
cd PokemonAttributes
-
On the comandline, at the project's root, run
npm install
to install app dependencies -
Next, run
npm start
which will run the app in the development mode. -
Open http://localhost:3000 to view it in the browser.
-
ALTERNATIVELY
-
Just run
npm run build
which will build the project and generate output files into thebuild
directory. -
Go to
build
directory and manually openindex.html
to interact with the app
-
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/newFeature
) - Commit your Changes (
git commit -m 'Add some newFeature'
) - Push to the Branch (
git push -u origin feature/newFeature
) - Open a Pull Request
👤 Brian Orora
- Original design idea by Nelson Sakwa on Behance.
Give a ⭐️ if you like this project!