Naruto App is a project created to improve my frontend developer skills. To get data, I use the NarutoQL API. Click here to visit the app.
- NodeJs
- Clone the repo
git clone https://github.com/ingridflack/Naruto.App
- Install the dependencies with
yarn
ornpm install
- Run
yarn dev
to start the dev server - Open https://localhost:3000
- Filter by rank, name and village
- See all Naruto characters
- Add and remove from favorites (It will be persisted on LocalStorage)
- Responsive layout
- Unit tests
- E2E tests