An open API service indexing awesome lists of open source software.

https://github.com/wintercore/microverse-react-capstone-pokemon


https://github.com/wintercore/microverse-react-capstone-pokemon

pokemon

Last synced: 11 months ago
JSON representation

Awesome Lists containing this project

README

          

# Pokepedia

> Pokepedia is encyclopedia for pokemons

![screenshot](./screenshot.png)

## Table Of Contents

- [Pokepedia](#pokepedia)
- [Table Of Contents](#table-of-contents)
- [Built With](#built-with)
- [How to run locally](#how-to-run-locally)
- [Running tests](#running-tests)
- [Live Demo](#live-demo)
- [Authors](#authors)
- [🤝 Contributing](#-contributing)
- [Show your support](#show-your-support)
- [Acknowledgments](#acknowledgments)
- [License](#license)

## Built With

- Typescript
- React
- Redux
- React Testing Library
- Jest
- HTML
- CSS
- Node.js
- Webpack

## How to run locally

- Install [Node.js](https://nodejs.org/en/)
- Clone this repository by running git clone `https://github.com/WinterCore/microverse-react-capstone-pokemon.git`
- Change your current working directory to the project `cd microverse-react-capstone-pokemon`
- Run `npm install`
- Run `npm start`
- Enjoy

## Running tests

- Use `npm run test -- --verbose --watchAll=false` to run the unit tests with detailed output.
- Use `npm run test -- --coverage --watchAll=false` to run the unit tests and generate code coverage statistics.

## Live Demo

[Live Demo Link](https://pokepedia.upperdown.me)

## Authors

👤 **Hasan Kharouf**

- Github: [@WinterCore](https://github.com/WinterCore)

## 🤝 Contributing

Contributions, issues and feature requests are welcome!

Feel free to check the [issues page](issues/).

## Show your support

Give a ⭐️ if you like this project!

## Acknowledgments

- Microverse
- Denys Chagaida for the [design](https://www.behance.net/gallery/24531031/Pimp-my-DOG-Online-store-E-commerse-project) inspriation.

## License

This project is [MIT](LICENSE) licensed.