The amazing Pokeverse presents you the following:
- displays the list of the Pokemons and their abilities fetched from the Pokeapi
- Users can like and comment about the pokemons. Like and comment features are provided by the InvolvementApi
- Pokemons Page
- Detail of the pokemon
- About Page
- HTML
- CSS
- JS
- Webpack
- Jest
To get a local copy up and running:
- Clone this repository or download the zip folder:
git clone https://github.com/rex-9/Pokeverse.git
- Navigate to the location of the folder in your machine:
you@your-Pc-name:~$ cd Pokeverse
- Open the project with VScode:
code .
- Install the node packages:
npm install
- Build the node packages:
npm run build
- Initialize the webpack config file:
npx webpack
- Run the webpack dev server:
npm run start
Here is the online version of Pokeverse
👤 - Github: @rex-9
👤 - LinkedIn: Htet Naing
👤 - Facebook: Htet Naing
👤 - Angelist: Htet Naing
Contributions, issues, and feature requests are welcome!
Feel free to check issue page.
Give a ⭐️ if you like this project!
This project is MIT licensed.