https://github.com/ruberoni/atrinium-frontend-test
A SPA with Pokemons
https://github.com/ruberoni/atrinium-frontend-test
Last synced: 11 months ago
JSON representation
A SPA with Pokemons
- Host: GitHub
- URL: https://github.com/ruberoni/atrinium-frontend-test
- Owner: Ruberoni
- Created: 2023-08-15T02:33:11.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2023-08-18T03:26:52.000Z (almost 3 years ago)
- Last Synced: 2023-08-18T04:38:15.029Z (almost 3 years ago)
- Language: TypeScript
- Homepage: https://atrinium-frontend-test.vercel.app
- Size: 293 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
> _Atrinium front-end test_
# Pokemons
> Visit this project hosted on Vercel through
A SPA with Pokemons
## Features
- [X] Show a paginated list with basic information about Pokemons
- [X] Show detailed information about a Pokemon
- [X] Save already seen Pokemons
- [ ] Show berries and items
- [ ] Search pokemons, berries and items by keywords
## Run locally
### Requirements
- Node.js 16.8 or later is needed for Next 13
### Steps
1. Clone this repo. Run:
```bash
git clone https://github.com/Ruberoni/atrinium-frontend-test.git
```
2. Install the modules. Run:
```bash
npm install
```
3. Start the development server. Run:
```bash
npm run dev
```
4. Open [http://localhost:3000](http://localhost:3000) with your browser