Note Vault
Note Vault is a note-taking web application that allows users to create, read and delete notes. It provides a simple and intuitive interface for managing your personal notes and keeping your thoughts organized. The frontend of the application is built using React.js and leverages various technologies to deliver a seamless user experience.
Features :
User-friendly Interface: Note Vault offers a clean and intuitive user interface, allowing users to easily navigate and interact with the note-taking features.
Note Creation: Users can effortlessly create new notes by providing a title and content for each note.
Note Management: The application provides essential features for managing notes, such as editing existing notes, deleting notes, and marking notes as completed.
Real-Time Updates: Note Vault utilizes real-time updates, ensuring that users can see changes to their notes instantly without requiring a page refresh.
Responsive Design: The frontend is designed to be fully responsive, ensuring a consistent experience across different devices and screen sizes.
Installation
To run the Note Vault locally, follow these steps:
Clone this repository: git clone https://github.com/RishabhK200/Note-Vault.git
Navigate to the project directory: cd Note Vault
Install the dependencies: npm install
Start the development server: npm start
Open your browser and visit: http://localhost:3000
Technologies Used
React.js
HTML5
CSS3
JavaScript