This project is a front-end challenge built with React, Context API, Styled-components, Prop-types, and structured using atomic design.
The Navedex lists Navers, showing a little bit about themselves.
You may add new Navers, as well as edit or delete them.
There is also an authentication system, to protect these actions to signed users.
You can find the layout of this project at Figma.
The API documentation can be used with the postman by importing this link
- Clone the repository:
git@github.com:leopoldo8/navedex.git
- Access the directory:
cd navedex
- Install the dependencies:
npm install
- Run the app:
npm start