Skip to content

junaidfarhan/Notes-App-React-Tailwind-

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

📝 Notes App (React + Tailwind)

A modern, aesthetic Notes Application built using React.js and Tailwind CSS. This app allows users to create, view, and delete notes with a clean and responsive UI.


✨ Features

  • 📝 Add new notes (title + description)
  • ❌ Delete notes instantly
  • 📱 Fully responsive design
  • 🎨 Aesthetic UI with glassmorphism
  • ⚡ Smooth interactions and transitions
  • 🧠 Simple and clean state management using React Hooks

🛠️ Tech Stack

  • ⚛️ React.js
  • 🎨 Tailwind CSS
  • 💡 JavaScript (ES6+)

📂 Folder Structure

project-root/
│── src/
│   ├── App.jsx
│   ├── main.jsx
│   └── index.css
│
│── public/
│── package.json
│── README.md

⚙️ Installation & Setup

Follow these steps to run the project locally:

# Clone the repository
git clone https://github.com/junaidfarhan/Notes-App-React-Tailwind-.git

# Navigate to project folder
cd Notes-App-React-Tailwind-

# Install dependencies
npm install

# Start development server
npm run dev

🧠 How It Works

  • Uses useState for managing notes

  • Notes are stored in an array

  • Each note contains:

    • note (title)
    • text (description)
  • Notes are rendered dynamically using .map()

  • Delete functionality removes notes using array manipulation


🎯 Future Improvements

  • ✏️ Edit notes feature
  • 💾 Save notes in LocalStorage
  • 🔍 Search & filter notes
  • 🌙 Dark/Light mode toggle
  • 🎞️ Animations (Framer Motion)

👨‍💻 Author

Your Name


⭐ Support

If you like this project, give it a ⭐ on GitHub!


About

A modern Notes App built with React.js and Tailwind CSS featuring a clean, responsive UI and smooth user experience. Users can add and delete notes with real-time updates. Designed with glassmorphism, micro-interactions, and strong visual hierarchy for a professional and aesthetic feel.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors