Skip to content

sourcificer/todo_dictionary

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ToDo Dictionary

To run website

pip install -r requirements.txt
python manage.py makemigrations
python manage.py migrate
python manage.py runserver

Description:

  • Home page:

    This page consist of a search input box which takes in any word and uses owlbot API to search for the given input's meaning

  • ToDo page:

    This as the nam suggests is a todo page, where one can add, edit, delete (i.e perform CRUD operations) todos.

Screenshot:

Home Page

home_page

ToDo Page

todo_page

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published