Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lsegg/pokemon-react-practice
Pokemon React project for practice.
https://github.com/lsegg/pokemon-react-practice
pokeapi pokemon react typescript
Last synced: about 2 months ago
JSON representation
Pokemon React project for practice.
- Host: GitHub
- URL: https://github.com/lsegg/pokemon-react-practice
- Owner: lsegg
- License: mit
- Created: 2021-07-24T15:28:20.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-11-10T01:16:25.000Z (2 months ago)
- Last Synced: 2024-11-10T02:20:27.760Z (2 months ago)
- Topics: pokeapi, pokemon, react, typescript
- Language: TypeScript
- Homepage:
- Size: 633 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Pokemon: a React practice project.
This is the first React project from The modern React Bootcamp by Colt Steele.
## Built with 🛠️
- [CSS3](https://developer.mozilla.org/en-US/docs/Web/CSS) - Stylesheet language.
- [HTML5](https://developer.mozilla.org/en-US/docs/Web/Guide/HTML/HTML5) - Markup language.
- [TypeScript](https://www.typescriptlang.org/) - A strongly typed programming language that builds on JavaScript.
- [React](https://reactjs.org/) - A JavaScript library for building user interfaces.
- [Vite](https://vite.dev/) - Frontend build tool.## Preview 👁️
![preview](https://github.com/lsegg/pokemon-react-practice/blob/main/src/assets/preview.png?raw=true)
## Requirements ⚙️
A text editor like [Visual Studio Code](https://code.visualstudio.com/).
## License 📄
This project is under (MIT License) - See the file [LICENSE](LICENSE) for more details.
---