https://github.com/marianadobrivska/crud-app-ssi
This is a simple CRUD (Create, Read, Update, Delete) web application built using React and the Material-UI official theme.
https://github.com/marianadobrivska/crud-app-ssi
mui-icons mui-material react react-router
Last synced: 8 months ago
JSON representation
This is a simple CRUD (Create, Read, Update, Delete) web application built using React and the Material-UI official theme.
- Host: GitHub
- URL: https://github.com/marianadobrivska/crud-app-ssi
- Owner: MarianaDobrivska
- Created: 2023-11-08T14:18:19.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-11-09T15:30:32.000Z (almost 2 years ago)
- Last Synced: 2023-11-09T16:35:17.836Z (almost 2 years ago)
- Topics: mui-icons, mui-material, react, react-router
- Language: JavaScript
- Homepage: https://illustrious-test-task.netlify.app/
- Size: 40 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# React CRUD App with Material-UI
This is a simple CRUD (Create, Read, Update, Delete) web application built using React and the Material-UI official theme.
# Features
▪ Login/Sign Up
▪ Create: Users can create new notes, providing a title and content for each note.
▪ Read: View a list of all created notes.
▪ Update/Edit: Users can edit the content of their existing notes.
▪ Delete: Remove unwanted notes from the list.
# Technologies Used
- React: The core library for building the user interface.
- Material-UI: A popular React UI framework for creating stylish components.
- Routing: Implements routing for different views, including login, note list, note creation, and editing.# Notes
> The app uses local storage for data persistence.
> For security reasons, the login page uses a fake user/pass mechanism. In a real-world scenario, this should be replaced with a proper authentication mechanism.