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.
- Host: GitHub
- URL: https://github.com/namelessproj/pokedex-frontend
- Owner: NamelessProj
- Created: 2024-10-21T09:01:54.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-11-19T16:59:26.000Z (over 1 year ago)
- Last Synced: 2025-03-11T20:38:36.633Z (over 1 year ago)
- Language: JavaScript
- Size: 10.1 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`