Skip to content

Latest commit

 

History

3 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React CRUD Demo

CRUD operations with React. Data is being saved in LocalStorage.

Table of Contents

Modules

  • Dashboard: Shows count of current users
  • Users: List, View, Add, Edit, Delete

Installation

# Clone the repository
git clone https://github.com/nj-codal/React-CRUD-Demo

# Move into the folder
cd React-CRUD-Demo

# Install dependencies
yarn

Usage

# Start the development server
yarn dev

Folder Structure

🌳 React-CRUD-Demo
├── 📁 public
|  └── 📄 vite.svg
├── 📁 src
|  ├── 📁 assets
|  |  ├── 📁 images
|  |  └── 📁 styles
|  ├── 📁 components
|  ├── 📁 containers
|  ├── 📁 data
|  ├── 📁 lib
|  ├── 📁 modules
|  ├── 📁 pages
|  ├── 📄 App.jsx
|  ├── 📄 main.jsx
|  └── 📄 SiteRoutes.jsx
├── 📄 .env
├── 📄 index.html
├── 📄 package.json
├── 📄 README.md
└── 📄 vite.config.ts

About

Basic CRUD app with ReactJS

Topics

Resources

Stars

0 stars

Watchers

2 watching

Forks

Used by

Contributors

Languages