Live App: RNotebook on Vercel
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.
- Add, edit, and delete notes
- Persistent storage with MongoDB
- Responsive design
- Deployed on Vercel for online access
- Frontend: React.js, CSS
- Backend: Node.js, Express.js
- Database: MongoDB
- Deployment: Vercel
# 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