This project is a simple web application for creating custom notes and to-do lists. It is built using the MERN stack, which includes MongoDB, Express, React, and Node.js.
To run this project, you will need to have Node.js and MongoDB installed on your machine.
Clone the repository to your local machine. Open a terminal window and navigate to the project directory. Run npm install to install all the necessary dependencies. Start the MongoDB server by running mongod. Run node server.js to start the development server. Run npm start to run the application.
Once the development server is running, you can access the application by navigating to http://localhost:3001 in your web browser.