Skip to content

Amit-TheOne/iNotes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 

Repository files navigation

iNotes

iNotes is a MERN stack application for managing personal notes. It allows users to create, read, update, and delete notes with a user-friendly interface.

Features

  • User authentication and authorization
  • Create, read, update, and delete notes
  • Responsive design
  • Secure password storage

Technologies Used

  • Frontend: React, Redux, Bootstrap
  • Backend: Node.js, Express.js
  • Database: MongoDB
  • Authentication: JWT (JSON Web Tokens)

Installation

  1. Clone the repository:
git clone https://github.com/yourusername/inotes.git
  1. Navigate to the project directory:
cd inotes
  1. Install dependencies for both frontend and backend:
cd frontend
npm install
cd ../backend
npm install

Usage

  1. Start the backend server:
cd backend
npm start
  1. Start the frontend development server:
cd frontend
npm start
  1. Open your browser and navigate to http://localhost:3000.

License

This project is licensed under the MIT License.