Giter Club home page Giter Club logo

todo's Introduction

To do list manager webapp

Project title: To Do List

-- Webapp to make task lists to be done

Features:

          1. Add a task
          2. Mark a task as completed
          3. Delete a task
          4. Remove all tasks from the list

Instructions:

          1. Add the task in the input section
          2. Plus sign: to add the entered task to the list
          3. Square box: Each task can be checked after completion and task text is cut through
          4. Delete icon: Each task can be deleted by clicking it.
          5. Remove button: To remove all the tasks from the list
          6. The list is not refreshed/removed on refreshing the window

Conditions:

Maximum limit of characters in a task = 30


Technical Details...

Project phase: Frontend, Local Storage

Tools used: HTML, CSS, Javascript, React.JS

Data: Dynamically entered by the user through input section -- Data will be stored in Local Storage

Root file: "public/index.html"

Styling files: Present in "src/stylesheets/" --

           1. index.css -- to style the Home component
           2. style001.css -- to style the Main001 component -- for individual To Do designs

Rendering file: "src/index.js" -- Renders the templates from Virtual DOM to Actual DOM

React components: Present in "src/components/" --

              1. Home.js: a. It nests all other main components of individual To Do designs
                          b. Parents: App.js
                          c. Children: Main001.js             
              2. Main001.js: a. It nests the sub-components for 001 to do designs
                             b. Parents: Home.js
                             c. Children: Tasks.js
              3. Tasks.js: a. It returns all individual task boxes
                           b. Parents: Main001.js
                           c. Children: None

Hooks: useState, useEffect


To Do List

todo's People

Contributors

kumaramit1947 avatar

Watchers

 avatar

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.