# ⏰ Time To Do It A simple, elegant To-Do app to **track your tasks** and **measure the time** you spend on each one. Built with TypeScript. --- ## ✨ Features - 📋 Add, edit, and delete to-dos - ⏱️ Start/stop a timer for each task - 📊 See how much time you spend on each to-do - 🟢 Clean, intuitive interface --- ## 🚀 Getting Started ```bash git clone https://github.com/yourusername/time-to-do-it.git cd time-to-do-it npm install npm start ``` --- ## 🛠️ Built With - [TypeScript](https://www.typescriptlang.org/) - [Vite](https://vite.dev/) - [React](https://react.dev/) - [Tailwindcss](https://tailwindcss.com/) --- ## ✨AI helped me with this project I used generative AI in the form of LLMs to help me with this project. - I used the AI to do simple styling, which I almost always touched up by hand - I used the AI to generate code when I got stuck on individual problems or needed an approach for some features. I didn't copy-paste any code I didn't understand - No images were created using AI - No texts were created using AI --- ## 📸 Screenshots ![TODOs Page](./screenshots/todos_page.png) ![History Page](./screenshots/history_page.png) ![Graphs Page](./screenshots/graphs_page.png) ![About Page](./screenshots/about_page.png) --- ## 📄 License [MIT](./LICENSE.md) --- > Stay productive and mindful of your time with **Time To Do It**!