Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jacastanon01/pokemon-project
Fully responsive web application created using React, Boostrap, SWR and the PokeApi to fetch and catch pokemon. User can then click specific pokemon and navigate to a new page that displays more details. User can also catch and release pokemon from their pokedex
https://github.com/jacastanon01/pokemon-project
pokemon-api react react-bootstrap swr
Last synced: about 1 month ago
JSON representation
Fully responsive web application created using React, Boostrap, SWR and the PokeApi to fetch and catch pokemon. User can then click specific pokemon and navigate to a new page that displays more details. User can also catch and release pokemon from their pokedex
- Host: GitHub
- URL: https://github.com/jacastanon01/pokemon-project
- Owner: jacastanon01
- Created: 2022-07-21T19:59:02.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-07-05T20:23:20.000Z (over 1 year ago)
- Last Synced: 2023-07-06T07:51:34.364Z (over 1 year ago)
- Topics: pokemon-api, react, react-bootstrap, swr
- Language: JavaScript
- Homepage: https://jacastanon01.github.io/Pokemon-project/
- Size: 18.4 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Pokemon Project
The PokeApi is a RESTful API created to explore the wide world of Pokemon. This project utilizes SWR to fetch and cache data from multiple endpoints. The UI is constructed using React, React-Bootstrap and Bootstrap and navigation between pages is handled by React Router. Browse the multiple first generation Pokemon of your childhood on any device. If you want to catch a pokemon, just click the pokeball on the details page and it will be added to your Pokedex! You can also also remove pokemon from the pokedex.
## Links
- [Repo](https://github.com/jacastanon01/Pokemon-project)
- [Live site](https://jacastanon01.github.io/Pokemon-project/)
- [API](https://pokeapi.co/)
## Built With
- JavaScript
- React
- React-Bootstrap
- Bootstrap
- React Router 6
- SWR
- Context API
## Available Scripts
In the project directory, you can run:
### `npm start`
Runs the app in the development mode.\
Open [http://localhost:3000](http://localhost:3000) to view it in your browser.The page will reload when you make changes.\
You may also see any lint errors in the console.### `npm test`
Launches the test runner in the interactive watch mode.\
See the section about [running tests](https://facebook.github.io/create-react-app/docs/running-tests) for more information.### `npm run build`
Builds the app for production to the `build` folder.\
It correctly bundles React in production mode and optimizes the build for the best performance.The build is minified and the filenames include the hashes.\
Your app is ready to be deployed!See the section about [deployment](https://facebook.github.io/create-react-app/docs/deployment) for more information.