Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update README.md #54

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 18 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -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).
Expand Down