Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/leboroz/todolist-django


https://github.com/leboroz/todolist-django

Last synced: 16 days ago
JSON representation

Awesome Lists containing this project

README

        




# 📗 Table of Contents

- [📖 About the Project](#about-project)
- [🛠 Built With](#built-with)
- [Tech Stack](#tech-stack)
- [Key Features](#key-features)
- [🚀 Live Demo](#live-demo)
- [💻 Getting Started](#getting-started)
- [Prerequisites](#prerequisites)
- [Setup](#setup)
- [Install](#install)
- [Usage](#usage)
- [Run tests](#run-tests)
- [Deployment](#deployment)
- [👥 Authors](#authors)
- [🔭 Future Features](#future-features)
- [🤝 Contributing](#contributing)
- [⭐️ Show your support](#support)
- [🙏 Acknowledgements](#acknowledgements)
- [❓ FAQ (OPTIONAL)](#faq)
- [📝 License](#license)

# 📖 TodoList

> Describe your project in 1 or 2 sentences.

**[your_project__name]** is a...

## 🛠 Built With

### Tech Stack

Tech

Database

### Key Features

- **Creates a task**
- **Updates and delete tasks created**
- **Sorts task by completed**

(back to top)

## 💻 Getting Started

To get a local copy up and running, follow these steps.

### Prerequisites

In order to run this project you need:

- Python 3.10.6
- Django 5.0.3
- IDE(Visual studio, Vim)

### Setup

Clone this repository to your desired folder:

```sh
cd Your directory
git clone [email protected]:Leboroz/todolist-django.git
```

### Usage

To run the project, execute the following command:

```sh
cd todolist-django
python manage.py runserver
```

(back to top)

## 👥 Authors

> Mention all of the collaborators of this project.

👤 **Leonardo Albornoz**

- GitHub: [@githubhandle](https://github.com/leboroz)
- Twitter: [@twitterhandle](https://twitter.com/leboroz)
- LinkedIn: [LinkedIn](https://linkedin.com/in/leboroz)

(back to top)

## 🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the [issues page](../../issues/).

(back to top)

## 📝 License

This project is [MIT](./LICENSE) licensed.

_NOTE: we recommend using the [MIT license](https://choosealicense.com/licenses/mit/) - you can set it up quickly by [using templates available on GitHub](https://docs.github.com/en/communities/setting-up-your-project-for-healthy-contributions/adding-a-license-to-a-repository). You can also use [any other license](https://choosealicense.com/licenses/) if you wish._

(back to top)