https://github.com/gaurav1-9/react-notes-app
A responsive user friendly Notes management app made in React and TailwindCSS with draggable notes card
https://github.com/gaurav1-9/react-notes-app
framer-motion notes-app reactjs responsive tailwindcss userfriendly
Last synced: about 2 months ago
JSON representation
A responsive user friendly Notes management app made in React and TailwindCSS with draggable notes card
- Host: GitHub
- URL: https://github.com/gaurav1-9/react-notes-app
- Owner: gaurav1-9
- Created: 2025-03-13T06:43:05.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-04-02T15:30:30.000Z (about 1 year ago)
- Last Synced: 2025-07-01T13:08:43.112Z (12 months ago)
- Topics: framer-motion, notes-app, reactjs, responsive, tailwindcss, userfriendly
- Language: JavaScript
- Homepage: https://react-notes-app-peach-seven.vercel.app
- Size: 364 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# React Notes Application
A simple and responsive draggable notes application built with React and Tailwind CSS.
## Features
- 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.
## Project Screenshots
## Tech Stack
- React
- Tailwind CSS
- React Icons
- react-tooltip
- Framer Motion (for draggable animations)
- Node.js
- Express
## Dependencies
### Frontend
```bash
cd client
npm install react tailwindcss react-icons react-tooltip framer-motion
```
### Backend
```bash
cd server
npm install express joi
```
## Contribution
Feel free to fork the repo and create pull requests with improvements.