This task show a basic app that includes CRUD operations.
To run the development environment follow these steps:
- Clone this repo.
- Run these command in the terminal
npm run install
npm run serve
- Run this in a different terminal
npm run dev
- Developed by
ReactJs
library - Built by
NextJs
- Fully typed by
Typescript
- Form and validation by
react-hook-form and yup
- Designed using
ChakraUi
design system