One-Note is a sleek and intuitive To-Do web application built with React.js and styled using Tailwind CSS. It helps you organize your tasks efficiently and stay productive.
Replace this with an actual screenshot or GIF of your app.
- Add Tasks: Easily add new tasks with a title and description.
- Mark as Complete: Check off tasks once they're done.
- Edit Tasks: Update task details on the go.
- Delete Tasks: Remove tasks you no longer need.
- Responsive Design: Works seamlessly on all devices.
- Dark Mode: Eye-friendly dark theme for late-night productivity.
- React.js: A JavaScript library for building user interfaces.
- Tailwind CSS: A utility-first CSS framework for rapid UI development.
- React Icons: For adding beautiful icons to the app.
- Local Storage: To persist tasks even after refreshing the page.
Follow these steps to set up the project locally:
- Clone the repository:
git clone https://github.com/your-username/One-Note.git
