Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lessa-portfolio/angular-pokedex
A software that accesses the pokemon public API and displays pokemon data to the user.
https://github.com/lessa-portfolio/angular-pokedex
angular css html jasmine javascript karma karma-jasmine pokeapi pokedex pokemon pokemon-api scss typescript
Last synced: 5 days ago
JSON representation
A software that accesses the pokemon public API and displays pokemon data to the user.
- Host: GitHub
- URL: https://github.com/lessa-portfolio/angular-pokedex
- Owner: lessa-portfolio
- Created: 2023-04-15T19:40:14.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-06-18T00:17:06.000Z (over 1 year ago)
- Last Synced: 2024-10-16T13:04:00.922Z (20 days ago)
- Topics: angular, css, html, jasmine, javascript, karma, karma-jasmine, pokeapi, pokedex, pokemon, pokemon-api, scss, typescript
- Language: TypeScript
- Homepage:
- Size: 545 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Pokedex
Project |
Technologies |
Backlog |
Layout |
Auhtors
## 📋 Project
A software that accesses the pokemon public API (Pokeapi.co) and displays pokemon data to the user.
## 🖥️ Technologies
The project was developed using the following technologies:
- Node.js
- Angular
- TypeScript
- Bulma
- SASS
- Karma
- Jasmine
- RxJS
- Github Pages## 💭 Backlog
List of features and their respective progress:
- [x] Integration with Pokeapi.co
- [x] Pokemon list pagination
- [ ] Show more information about a specific pokemon
- [ ] Responsive for all devices (from 320px to 1920px)
- [ ] Show Skeleton while data is loading
- [ ] Show pokemon list as a table (toogle button)
- [ ] 90% unit test coverage
- [ ] Dark modeList of devops setup and their respective progress:
- [ ] Deploy with Github Pages
- [ ] Creating a pipeline (CI/CD)## 🎨 Layout
All prototypes were tested using Figma.
## ☕ Authors