diff --git a/README.md b/README.md index 0c83cde..294b104 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,21 @@ +I-Notebook React App +The I-Notebook React App is a web application designed to serve as a digital notebook for users. It allows users to create, store, and manage their notes securely. The app includes both frontend and backend components to provide a seamless user experience. + +Features +User Authentication: The app supports user registration and login functionality. Each user has a unique set of credentials to access their notes securely. +Create and Edit Notes: Users can create new notes and edit existing ones. The app provides a user-friendly interface to compose and format notes with rich text editing capabilities. +Store Notes: The notes created by users are securely stored in the backend database, ensuring data persistence and accessibility across multiple sessions. +User-Specific Notes: Each user has their own set of notes associated with their account. This ensures privacy and organization for each user's personal notes. +Search and Filter: The app allows users to search and filter their notes based on keywords or categories, making it easy to find specific information. +Responsive Design: The frontend of the app is built using React, providing a responsive and interactive user interface that adapts to different devices and screen sizes. +Tech Stack +The I-Notebook React App utilizes the following technologies: + +Frontend: React, HTML, CSS, JavaScript +Backend: Node.js, Express.js +Database: MongoDB (or any preferred database system) +Authentication: JSON Web Tokens (JWT) +Styling: CSS frameworks like Bootstrap or Material-UI (optional) # Getting Started with Create React App This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app).