Skip to content

Hameedullah-Asadi3300/to-do-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

to-do-app

This repo contains a to-do-app developed using JavaScript, React library. This web app is running on the vercil and here is the link of it: https://to-do-app-coral-eight.vercel.app/

fork the repo, change the directory to the forked location using CLI or VS Code termainl. Run npm start and the app will run on your local host using port 3000 the same as such: http://localhost:3001/

You will see the home page as follows: image

By entering your daily tasks on input field, a new row down below will pop up as follows: image

Functionality

The app itself has two types of buttons.

Add Button: Used a task to the list. image

Done Button:Each task has a functional button as well. You can delete any tasks while it is done shown bellows:

image

A few notes:

1: This app is developed using react library and pure JavaScript code. 2: This app includes pure CSS code with .module.css styling method. 3: No bootstrap is used in. 4: This is a function based component app, not class based component.

Any comment to develope it further is welcomed in advance.

License

MIT License All rights are reserved. Copyright (c) 2023 Hameedullah Asadi

Releases

No releases published

Packages

No packages published