Skip to content

Explore seamless note-taking with this MERN stack application! Create, edit, and delete notes effortlessly. Our app includes basic user authentication for a personalized experience, ensuring secure access to your notes. Enhance productivity with a straightforward and user-friendly interface. Start organizing your thoughts today!

License

Notifications You must be signed in to change notification settings

parthasarathy27/Notes-Taking-App

Repository files navigation

Note-Taking-App # MERN STACK

Overview

This Note-Taking App is a simple web application built using the MERN stack (MongoDB, Express.js, React, Node.js). The primary goal of the application is to allow users to create, edit, and delete notes. Additionally, basic user authentication has been implemented to enable users to save and access their own notes securely.

Features

  • User Authentication: Secure user authentication ensures that each user has a private space for their notes.
  • Create Notes: Users can easily create new notes with a title and content.
  • Edit Notes: Users have the ability to edit their existing notes, providing a seamless editing experience.
  • Delete Notes: Unwanted notes can be easily deleted, maintaining a clutter-free workspace.

Technologies Used

  • MongoDB: For storing and managing the notes data.
  • Express.js: As the backend framework to handle server-side operations.
  • React: For building a dynamic and responsive user interface.
  • Node.js: To run the server and handle server-side logic.

Getting Started

Follow these steps to set up and run the Note-Taking App locally:

  1. Clone the Repository:

    git clone https://github.com/your-username/note-taking-app.git
    cd note-taking-app
  2. Install Dependencies:

    # Install server dependencies
    cd server
    npm install
    
    # Install client dependencies
    cd ../client
    npm install
  3. Configure Environment Variables: Create a .env file in the server directory and set the following variables:

    PORT=3001
    MONGO_URI=your_mongodb_connection_string
  4. Run the Application:

    # Start the server (from the server directory)
    npm start
    
    # Start the client (from the client directory)
    npm start
  5. Open in Browser: Visit http://localhost:3000 in your web browser to access the Note-Taking App.

Screenshots

Login/Register

Login Page

Register Page

Home Page

Home Page

Create Note

Create Note

Edit Note

Edit Note

Contributing

If you'd like to contribute to this project, please follow the contribution guidelines.🖥️

Happy Coding!

About

Explore seamless note-taking with this MERN stack application! Create, edit, and delete notes effortlessly. Our app includes basic user authentication for a personalized experience, ensuring secure access to your notes. Enhance productivity with a straightforward and user-friendly interface. Start organizing your thoughts today!

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published