https://github.com/rohancyberops/todo_app
https://github.com/rohancyberops/todo_app
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/rohancyberops/todo_app
- Owner: RohanCyberOps
- License: mit
- Created: 2024-10-20T13:11:19.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-03T13:06:59.000Z (over 1 year ago)
- Last Synced: 2025-03-10T19:51:30.563Z (over 1 year ago)
- Language: CSS
- Size: 22.5 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Security: SECURITY.md
Awesome Lists containing this project
README
---
# π To-Do List Application
Welcome to the **To-Do List Application**! This simple yet powerful app allows you to manage your tasks efficiently. Whether you're tracking daily chores, work projects, or personal goals, this app is designed to help you stay organized and productive.
---
## π Features
- **Add Tasks**: Quickly add new tasks to your to-do list.
- **View Tasks**: See all your tasks in one place.
- **Delete Tasks**: Remove completed tasks with a single click.
- **Responsive Design**: The application is mobile-friendly and looks great on any device.
---
## πΈ Demo

*Hereβs a glimpse of how the To-Do List Application works! Add, view, and manage your tasks effortlessly.*
---
## βοΈ Tech Stack
- **Frontend**: HTML, CSS
- **Backend**: Python, Flask
- **Storage**: In-memory storage (for simplicity)
---
## π Getting Started
Follow these steps to set up the application locally:
### π Prerequisites
Make sure you have Python and Flask installed. You can install Flask using pip:
```bash
pip install Flask
```
### π₯ Clone the Repository
Clone the repository or download the zip file:
```bash
git clone https://github.com/chrohangurjar1/todo_app.git
```
### π Run the Application
Navigate to the project directory and start the Flask application:
```bash
cd todo_app
python app.py
```
The application will be running on `http://127.0.0.1:5000/`.
---
## π€ Contributing
Contributions are welcome! If you have suggestions or improvements, feel free to create a pull request or open an issue.
---
## π License
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.
---
## π Contributors
We want to give a huge shoutout to everyone who has contributed to the project! π Your hard work and dedication help make this app better every day. πͺ
π Thank you all for your amazing contributions! Let's keep building together. π
---
## π¬ Contact
If you have any questions or feedback, please reach out to me:
- **Email**: your_email@example.com
- **GitHub**: [Rohan Naagar](https://github.com/chrohangurjar1)
---
Happy Tasking! π
---