Skip to content

Latest commit

 

History

History
37 lines (26 loc) · 888 Bytes

README.md

File metadata and controls

37 lines (26 loc) · 888 Bytes

About the Project

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.

Built With

Prerequisites

  • NodeJs

Installation

  1. Clone the repo
    git clone https://github.com/ingridflack/Naruto.App
  2. Install the dependencies with yarn or npm install
  3. Run yarn dev to start the dev server
  4. Open https://localhost:3000

Features

  • Filter by rank, name and village
  • See all Naruto characters
  • Add and remove from favorites (It will be persisted on LocalStorage)
  • Responsive layout

Features in progress

  • Unit tests
  • E2E tests