Skip to content

prathamlashkari/E-notebook

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Getting Started with Create React App

Note Management App

This is a full-stack web application for managing notes. Users can perform CRUD operations on their notes and need to be authenticated via login/logout. JSON Web Tokens (JWT) are used for authentication, and passwords are encrypted using bcrypt.js. The app is fully responsive, ensuring a seamless experience across various devices.

Tech Stack

  • Frontend: React.js, Bootstrap
  • Backend: Node.js, Express.js
  • Database: MongoDB

Getting Started

To run both the frontend and backend, you can use the following command:

npm run both

To install all dependencies, you can run: npm install

Frontend Dependencies

  • React Bootstrap: npm install react-bootstrap bootstrap
  • React Router DOM: npm install react-router-dom

Backend Dependencies

  • Express.js: npm install express
  • Nodemon: npm install nodemon

Features

  • Perform CRUD operations on notes.
  • User authentication through login/logout.
  • JWT validation for secure note management.
  • Password encryption using salt and bcrypt.js.
  • Fully responsive design for a seamless experience on all screen sizes.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors