This project is a Nutcache front-end jr test.
- GET- all the registrated employees on main page
- POST - register modal to create a new employee
- PUT - update employee
- DELETE- delete employee
As seguintes ferramentas foram usadas na construção do projeto:
Website (React + TypeScript)
- react-bootstrap
- react-router-dom
- contextAPI
- axios
- styled-components
# Clone this repository
$ git clone https://github.com/orosamatheus/nutcache-challenge-MatheusRosa.git
# Install dependencies
$ yarn
# Start the application on localhost
$ yarn start
# app will run on port :3000 - access http://localhost:3000