Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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: about 7 hours 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.

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/)