This repository contains the projects I completed during my internship at CodSoft. I have successfully completed two tasks using Flutter and Dart.
A simple and elegant Flutter app that displays daily inspirational quotes...
<-- DEMO OF QUOTE OF THE DAY APP HERE -->

β¨ Features Home Screen: Displays a new, random inspiring quote on app launch.
Quote Refresh: A dedicated button allows users to get a new quote at any time.
Share Quote: Easily share the current quote with others via messaging or social media.
Favorite Quotes: Save favorite quotes to a personal collection and view them on a separate screen.
An advanced To-Do list app to manage daily tasks...
<-- DEMO OF TO DO LIST APP HERE -->
β¨ Features
Task Management: Full CRUD functionality to add, edit, and delete tasks.
Task Completion: Mark tasks as completed or active. Completed tasks are visually distinguished and moved to a separate section.
Priorities & Due Dates: Assign a priority (Low, Medium, High) and a specific due date to each task.
Local Data Storage: All tasks are saved locally on the device, ensuring data persistence even after closing the app.
User Interface: An intuitive and modern UI with a progress summary and clear task organization.
- Framework: Flutter
- Language: Dart ...etc