Skip to content

Latest commit

 

History

History
81 lines (53 loc) · 2.38 KB

README.md

File metadata and controls

81 lines (53 loc) · 2.38 KB

Pokemon Attributes

Table of Contents

About Project

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

📦 Built With

  • ReactJS
  • Redux
  • Sass
  • react-router-dom
  • PokéApi

Getting Started

  • 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 the build directory.

    • Go to build directory and manually open index.html to interact with the app

Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the issues page

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/newFeature)
  3. Commit your Changes (git commit -m 'Add some newFeature')
  4. Push to the Branch (git push -u origin feature/newFeature)
  5. Open a Pull Request

👤 Brian Orora

Acknowledgements

Show your support

Give a ⭐️ if you like this project!