Skip to content

The app you'll be making will be sort of a gamified version of a Todo List like, it will have the basic operations of a todo list, but you'll earn EXP by completing the tasks and you'll level up.

Notifications You must be signed in to change notification settings

ashishmohapatra240/todo_list

Repository files navigation

To-Do List

GitHub issues GitHub forks GitHub stars GitHub license

Overview of the Project

It is a gamified version of the To-Do List. Apart from having the features of a to-do list, the app will give some EXP points to the user whenever they complete a task. Whenever the required number of EXP points are earned by the user, the user will move to the next level.

Teah Stack

  • Flutter

Flutter Icon

  • Dart

dart

Features

  • Fun to use
  • Pretty Design
  • Works on every platfrom
  • Top tasks for the day
  • Future Tasks
  • Reorder tasks
  • Simple UI

How to contribute

If you want to contribute to the project, you can follow the steps given below:

  1. Star this repository.

  2. Fork this repository by clicking on the grey "Fork" button on the top right corner of this page.

  3. Clone the forked repository. Go to your GitHub account, open the forked repository, click on the code button and then click the copy to clipboard icon.Open a terminal and run the following command:

git clone "url you just copied"

where "url you just copied" (without the quotation marks) is the url to this repository (your fork of this project).

  1. Change the repository directory
cd to-do list
  1. Create a branch
git switch -c your-new-branch-name
  1. Make all the necessary changes to the project and follow the given commands.
git status
git add .
git commit -m "Add a message"
  1. Push the changes to github.
git push origin -u your-branch-name
  1. Open a Pull request. If you go to your repository on GitHub, you'll see a "Compare & pull request" button. Click on that button. Then, click on "Create pull request" button.

  2. Your changes will be reviewed and merged into the main branch if they seem correct.

Getting Started

This project is a starting point for a Flutter application.

A few resources to get you started if this is your first Flutter project:

For help getting started with Flutter, view our online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.

Contributors

Thank you 😃

About

The app you'll be making will be sort of a gamified version of a Todo List like, it will have the basic operations of a todo list, but you'll earn EXP by completing the tasks and you'll level up.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages