Skip to content

BitForge95/crud-react

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Crud-React95

Crud-React95 is a simple user management web application built with React. It demonstrates essential CRUD (Create, Read, Update, Delete) operations using a clean interface, client-side routing, and integration with a mock API. The project showcases component-based design, lazy loading, and basic API handling with Axios.

Deployed through Netlify

https://crud-react95.netlify.app/

Features

  • Simple and responsive user interface
  • Create, update, and delete user records
  • Routing with React Router DOM
  • Lazy loading for improved performance
  • API integration using Axios (Mock API)
  • Deployed on Netlify

Technologies Used

  • React
  • Bootstrap
  • React Router DOM
  • Axios
  • Mock API (e.g., mockapi.io)
  • Netlify (for deployment)

Installation

  1. Clone the repository: git clone

  2. Navigate to the project directory: cd Crud-React95

  3. Install project dependencies: npm install

Usage

  1. Start the development server: npm start

  2. Open your browser and go to: http://localhost:3000

  3. Navigate through the app to create, edit, and delete users. All operations interact with a mock API for data persistence.

Deployment

The application is deployed on Netlify and can be accessed through the live link (https://crud-react95.netlify.app/).

License

This project is licensed under the MIT License.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published