Skip to content

Latest commit

 

History

History
56 lines (42 loc) · 1.27 KB

README.md

File metadata and controls

56 lines (42 loc) · 1.27 KB

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

Initial Home Page Initial Home Page
Adding a new note Adding a new note
Dragged notes to your choice Dragged notes to your choice

Tech Stack

  • React
  • Tailwind CSS
  • React Icons
  • react-tooltip
  • Framer Motion (for draggable animations)
  • Node.js
  • Express

Dependencies

Frontend

cd client
npm install react tailwindcss react-icons react-tooltip framer-motion

Backend

cd server
npm install express joi

Contribution

Feel free to fork the repo and create pull requests with improvements.