Skip to content

Simple react application to perform Create, Read, Update, and Delete operation of the user. The data is not stored in the database and will be cleared on a refresh of the app.

Notifications You must be signed in to change notification settings

harishv6665/crud-users

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This project was bootstrapped with Create React App, using the Redux and Redux Toolkit template.

CRUD Users

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.

Scrips to run project

You can then install dependencies using either Yarn or NPM.

yarn install
or
npm install

You can then run the project locally(development) using either Yarn or NPM.

yarn start
or
npm start

Project will open in localhost:3000 automatically or you can manually goto localhost:3000

The test cases can be run using either Yarn or NPM.

yarn test
or
npm test

About

Simple react application to perform Create, Read, Update, and Delete operation of the user. The data is not stored in the database and will be cleared on a refresh of the app.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published