Skip to content

Commit

Permalink
Create README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
prakhar0711 committed Jan 25, 2024
1 parent 2a28e2a commit 1157e53
Showing 1 changed file with 33 additions and 0 deletions.
33 changes: 33 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
# ToDoApp

Welcome to MyTaskMate, a simple and intuitive Django-based to-do application to help users organize their tasks efficiently.

## Getting Started

These instructions will guide you on setting up and running MyTaskMate locally for development and testing purposes.

### Prerequisites

- Python 3.x
- Pip (Python package installer)
- Django

### Installation

1. Clone the repository:

```bash
git clone https://github.com/prakhar0711/MyTaskMate.git
cd "into the project directory"

2. Run the server:
```bash
python manage.py runserver
## Usage
1. Access the application in your web browser.
2. For first time user go to the signup page and signup with your information
3. For already existing user go to login and login using your credentials
4. Create a new task by submitting the task title ,priority and status in the provided form.
5. View, update, or delete tasks using the provided buttons.

0 comments on commit 1157e53

Please sign in to comment.