This project is using Nextjs(v14.2.1)
First, install all the dependencies through NPM
npm install
Then run the development server:
npm run dev
Open http://localhost:3000 with your browser to see the result. The project will run only locally but using a external API https://pokeapi.co/.
- Improvement Error Page;
- Improvement logic on SearchBar component;
- Better the accessibility;
- Write unit test for the components and functions;
- Build a pipeline om Github Actions;
- Nextjs
- Typescript
- Tailwind