Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lookininward/pokemon-frontend-demo
Frontend demo showcasing three levels of sophistication in approaching a task: Bare, Basic, Advanced. Each level demonstrates increasing understanding of frontend architecture and design.
https://github.com/lookininward/pokemon-frontend-demo
css dom frontend html pokemon react responsive single-page-app typescript vite web
Last synced: 28 days ago
JSON representation
Frontend demo showcasing three levels of sophistication in approaching a task: Bare, Basic, Advanced. Each level demonstrates increasing understanding of frontend architecture and design.
- Host: GitHub
- URL: https://github.com/lookininward/pokemon-frontend-demo
- Owner: lookininward
- Created: 2024-06-26T04:48:34.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-06-28T04:02:13.000Z (5 months ago)
- Last Synced: 2024-10-03T12:23:23.091Z (about 2 months ago)
- Topics: css, dom, frontend, html, pokemon, react, responsive, single-page-app, typescript, vite, web
- Language: TypeScript
- Homepage: https://lookininward.github.io/pokemon-frontend-demo/
- Size: 187 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Pokémon Frontend Demo
This project demonstrates three levels of sophistication in creating a Pokémon frontend demo using the PokéAPI.
Written as a single page application using React and Vite.- **Bare**: A simple version with no styling, focusing on implementing the core requirements under time pressure.
- **Basic**: A version with basic styling, allowing for the demonstration of more advanced concepts with additional time.
- **Advanced**: A version with advanced styling and additional features, designed to be close to production-ready code.[View in Browser](https://lookininward.github.io/pokemon-frontend-demo/)