Skip to content

Lawland/savetimewithus

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tidyup - a Todo list with a twist

Tidyup is a simple todo list application. however the completion has to be signed off with a picture of the completed task. Users can also see the memories of the tasks they completed in a scrapbook type UI.

https://savetimewithus.herokuapp.com/

Installation

git clone the repository to create a local deployment.

git clone https://github.com/vijay-jaisankar/tidy-up.git
pipenv shell 
pipenv install
cd tidyhacks
python manage.py makemigrations
python manage.py migrate 
python manage.py createsuperuser
python manage.py runserver

Tech Stack

  • Backend: Django,Django-rest-framework
  • Frontend: HTML5,CSS,JS,Bootstrap5

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

License

MIT

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • HTML 94.1%
  • Python 5.3%
  • CSS 0.6%