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

https://github.com/namelessproj/pokedex-frontend

The frontend part of the pokedex application.
https://github.com/namelessproj/pokedex-frontend

Last synced: about 2 months ago
JSON representation

The frontend part of the pokedex application.

Awesome Lists containing this project

README

          

# Pokedex
This is the frontend part of the Pokedex project. It is a simple web application that allows users to search for Pokemon and view their details. The project is built using React.

The application use taillwind and materialtailwind for styling.

## Backend used
The backend for this project is built using Node and MongoDB and can be found [here](https://github.com/NamelessProj/Pokedex-api)

## Installation
1. Clone the repository `git clone https://github.com/NamelessProj/Pokedex-frontend.git`
2. Run `npm install` to install the dependencies
3. Run `npm start` to start the application
4. The application should now be running on `http://localhost:5173`