Challenge | Preview | Technologies | Contributing | How to Use
Build an application that manages data collected from customers. This application will be a simple CRUD with API (backend) and Client (frontend) for client management.
Every customer must have a name and e-mail and it must be possible to mark it in different tags.
This project was made with 2 days due to some problems with the plataform that delivers the test. Check live Customers Manager
This project was developed with the following technologies:
- Axios
- Eslint
- Prettier
- React
- Styled Components
- React Redux
- Unform
- Yup
- react-hooks-use-modal
- react-draggable-tags
- babel-plugin-root-import
To run this application, Node.js v10.16 or higher + Yarn v1.13 or higher installed on your computer. From your command line:
# Install dependencies
$ cd client && yarn
# Running Client
$ yarn start
# Running Server
$ cd server && rails s -p 3001