Coder Social home page Coder Social logo

parthasarathy27 / notes-taking-app Goto Github PK

View Code? Open in Web Editor NEW
2.0 1.0 0.0 252 KB

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!

Home Page: https://notes-taking-app-sigma.vercel.app

License: MIT License

HTML 6.41% JavaScript 80.34% CSS 13.25%
expressjs mern-stack mongodb nodejs reactjs

notes-taking-app's Introduction

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!

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.