GithubHelp home page GithubHelp logo

ieee-vit / django-todo Goto Github PK

View Code? Open in Web Editor NEW
11.0 11.0 22.0 12.55 MB

A simple To-Do-List App using a Django Backend and HTML, CSS, JS, Django-Templating-Language frontend (Server-Side)

License: MIT License

Python 94.55% Shell 0.07% CSS 1.33% JavaScript 2.06% HTML 1.99% PureBasic 0.01%

django-todo's People

Contributors

dickyw71 avatar fsabr avatar rahulpalve avatar sameeranb avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

django-todo's Issues

Create a Signup View and a URL for the same

Create a signup view that goes into Main/views.py and has the following attributes:

GET Request: Return a Signup.html that contains a simple Django Form for signing up. (Use Context)

POST Request:

  • Receive - username, email, password, first-name and last_name.
  • Create the user instance in the default Django User model
  • Return a Success.html

Also, create a URL to access this view in Main/urls.py with the URL name = signup.

Create Signup and Success HTML files

Create HTML files named Signup.html and Success.html with the following attributes:

Signup.html:

  • Load Static and Staticfiles
  • Make a form with the method as POST and action directed to the URL name = signup

Success.html:

  • Load Static and Staticfiles
  • Have a button that redirects to the URL name = ``

Refer to #2 and ensure proper integration

This file goes inside templates/Main directory

Create an Index HTML file

Create an HTML file named Index.html that has the following attributes:

Index.html:

  • Has a welcome slogan
  • Has the option to either Sign Up or Log In
  • Sign Up redirects to the URL name = signup and Log In redirects to the URL name = login

This file goes inside templates/Main directory

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.