Skip to content

A full-featured note-taking platform that allows users to efficiently create, edit, and manage notes with secure and persistent storage

Notifications You must be signed in to change notification settings

Ram-311/RNotebook

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 

Repository files navigation

RNotebook

Live App: RNotebook on Vercel


Description

RNotebook is a full-stack note-taking application that allows users to create, edit, and delete notes. It uses MongoDB for persistent storage and a React.js frontend for a smooth user experience.


Features

  • Add, edit, and delete notes
  • Persistent storage with MongoDB
  • Responsive design
  • Deployed on Vercel for online access

Technologies Used

  • Frontend: React.js, CSS
  • Backend: Node.js, Express.js
  • Database: MongoDB
  • Deployment: Vercel

Installation & Setup

# Clone the repository
git clone https://github.com/YourUsername/YourRepoName.git
cd YourRepoName/RNotebook

# Install frontend dependencies
npm install

# Navigate to backend folder and install backend dependencies
cd backend
npm install


# Start the backend server
node index.js

# In another terminal, start the frontend
cd ../
npm start

About

A full-featured note-taking platform that allows users to efficiently create, edit, and manage notes with secure and persistent storage

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published