This project was bootstrapped with Create React App, using the Redux and Redux Toolkit template.
A simple react application to perform Create, Read, Update and Delete operation of user. The data is not stored in the database and will be cleared on refresh of app.
yarn install
or
npm install
yarn start
or
npm start
Project will open in localhost:3000 automatically or you can manually goto localhost:3000
yarn test
or
npm test