This is my first full-stack project called Note App. It is a simple web application where users can create, edit, and delete notes. The project demonstrates my understanding of both frontend and backend development.
- Add new notes with a title and content
- Edit existing notes
- Delete notes
- Responsive and user-friendly interface
- React.js, TailwindCSS
- Node.js, Express.js
- MongoDB for database
- RESTful API for communication between frontend and backend
- Start backend:
cd backend npm install npm start - Start frontend:
cd frontend
npm install
npm start