NoteWell is a note-taking web application. The interface is clean and intuitive, making it easy to navigate and find the notes you need. With NoteWell, users can quickly and easily note down important information, such as to-do lists, ideas, or reminders.
This Repo is used for the development of college project, noteWell, a note taking web application.
Before you begin, ensure you have met the following requirements:
- You have installed the latest version of Node.js and npm.
- You have a basic understanding of React and its concepts.
- You have a code editor of your choice installed.
To set up the project on your local machine, follow these steps:
- Clone the repository to your local machine using git clone
https://github.com/Bishal-Pahari/noteWell.git
- Navigate to the project's root directory and run npm install to install all the necessary dependencies.
- Run
npm start
to start the development server and launch the application in your browser.
This project uses some additional libraries that are not included in the core React library. They are:
- React-Router-Dom for routing.
- Firebase for database and authentication.
You can install them by running the command npm install --save react-router-dom firebase
Make sure to also configure your Firebase project by adding your API keys in the appropriate configuration files and set up the required Firebase services for your project.
You can find the project report in the repository.