A simple and responsive draggable notes application built with React and Tailwind CSS.
- Add new notes with a title and description.
- Edit existing notes.
- Delete notes.
- Drag and move notes freely within the screen.
- Modern, visually appealing and responsive UI.
- React
- Tailwind CSS
- React Icons
- react-tooltip
- Framer Motion (for draggable animations)
- Node.js
- Express
cd client
npm install react tailwindcss react-icons react-tooltip framer-motion
cd server
npm install express joi
Feel free to fork the repo and create pull requests with improvements.