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.
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.
- Mongodb
- Express
- React
- Node
- Redux
- Bootstrap
📄 Click here to create account
- React
- Node.js
- MongoDB
- Express
- Axios
- Bootstrap
- Redux
- Create and save notes
- Edit and delete notes
- Search and filter notes
These instructions will help you get a copy of the project up and running on your local machine for development and testing purposes.
Before you can run the code, you will need to have the following software installed:
- Clone the repository:
git clone https://github.com/Sindhuinti/simple-note.git
- Navigate to the project directory:
cd simpple-note
- Start local server
npm start
- Start backend server
cd backend
nodemon server
-
Head to localhost
http://localhost:3000/ -
.env
file
- Add ATLAS_URL and JWT_SECRET varibale to the env file in backend.
If you would like to contribute to the development of these tokens, please fork the repository and create a pull request.
👩🏻💻 @Sindhu Inti