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

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

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