Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vmnog/pokemon
NextJS App for Listing Pókemon's cards consuming external API
https://github.com/vmnog/pokemon
nextjs sass typescript
Last synced: 10 days ago
JSON representation
NextJS App for Listing Pókemon's cards consuming external API
- Host: GitHub
- URL: https://github.com/vmnog/pokemon
- Owner: vmnog
- Created: 2021-07-06T21:44:35.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-07-08T23:00:09.000Z (over 3 years ago)
- Last Synced: 2024-12-28T23:06:47.204Z (25 days ago)
- Topics: nextjs, sass, typescript
- Language: TypeScript
- Homepage: https://dev.pokemontcg.io/
- Size: 148 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Pokemon - CodeTest
## Getting started
After cloning the repo, get into the projects folder and do the following:
1. Install dependencies
```
$ yarn install
```2. Run tests
```
$ yarn test
```3. Run local server
```
$ yarn dev
```4. Access your localhost at http://localhost:3000/
## Features
- User can list all cards
- User can search for a card by input entry
- User can see more details of a card
- If couldn't find any cards it shows a error message
- If couldn't find more details of a card shows a error message
- Extra: Infinite Scroll feature on cards list## Techs
- NextJS
- Typescript
- Sass
- Jest / Testing Library
- Axios