Skip to content

This repository contains the code for a note-taking application built using React, Node.js, and MongoDB. The application allows users to create and manage notes, delete and save them for future reference.

Notifications You must be signed in to change notification settings

Sindhuinti/simple-note

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple Note : 📝

This repository contains the code for a note-taking application built using React, Node.js, and MongoDB. The application allows users to create and manage notes, categorize them, and save them for future reference.

About

A simple note taking app created using React and Node.js is a web application that utilizes these two popular JavaScript libraries to build the user interface and handle the back-end functionality. React is a JavaScript library for building user interfaces, and Node.js is a JavaScript runtime for building server-side applications.

The app will have a user-friendly interface built using React, which will allow users to easily create, edit, and organize their notes. The back-end functionality, such as data storage and retrieval, will be handled by Node.js. This will allow the app to have features like saving notes in real-time, searching through notes and syncing notes across multiple devices. The app will also make use of a database like MongoDB to store the notes and other information.

Build with

  • Mongodb
  • Express
  • React
  • Node
  • Redux
  • Bootstrap

Live Demo

📄 Click here to create account

Dependencies

  • React
  • Node.js
  • MongoDB
  • Express
  • Axios
  • Bootstrap
  • Redux

Features

  • Create and save notes
  • Edit and delete notes
  • Search and filter notes

Getting Started

These instructions will help you get a copy of the project up and running on your local machine for development and testing purposes.

Prerequisites

Before you can run the code, you will need to have the following software installed:

Installing

  1. Clone the repository: git clone https://github.com/Sindhuinti/simple-note.git
  2. Navigate to the project directory: cd simpple-note

To run and test

  1. Start local server
npm start
  1. Start backend server
cd backend
nodemon server
  1. Head to localhost
    http://localhost:3000/

  2. .env file

  • Add ATLAS_URL and JWT_SECRET varibale to the env file in backend.

Contributing

If you would like to contribute to the development of these tokens, please fork the repository and create a pull request.

Author

👩🏻‍💻 @Sindhu Inti

About

This repository contains the code for a note-taking application built using React, Node.js, and MongoDB. The application allows users to create and manage notes, delete and save them for future reference.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published