Skip to content

Latest commit

 

History

History
49 lines (33 loc) · 1.77 KB

README.md

File metadata and controls

49 lines (33 loc) · 1.77 KB

NoteIt

This Project is built using MERN Stack ( MongoDB , Express , React ,Node ).
Live Link -- https://noteit-webapp.netlify.app

Description

NoteIt is a modern and intuitive note-saving application that empowers users to efficiently organize, manage, and secure their important notes and thoughts. NoteIt offers a seamless and secure user experience that prioritizes data privacy and user convenience.

Features

  • Simple and appealing user interface.
  • Multiple users can use application at the same time.
  • All the CRUD operations can be done on notes.
  • Login credentials are ecrypted with the help bcrypt hence ensures data security.

Installation

Environment Variables

To run this project, you will need to add the following environment variables to your .env file.

MONGODB_URL

Available Scripts

In the project directory, you can run:

npm start

Runs the app in the development mode.
Open http://localhost:3000 to view it in your browser.

The page will reload when you make changes.
You may also see any lint errors in the console.

npm run build

Builds the app for production to the build folder.
It correctly bundles React in production mode and optimizes the build for the best performance.

The build is minified and the filenames include the hashes.
Your app is ready to be deployed!

Learn More

You can learn more in the Create React App documentation.

To learn React, check out the React documentation.

Deployment

This section has moved here: https://facebook.github.io/create-react-app/docs/deployment