Skip to content

A task listing app where we can add to-do-tasks easily. It also allows us to add, remove, or modify tasks for specific dates

Notifications You must be signed in to change notification settings

amanyadav-work/task-app

Repository files navigation

Task Listing App

Overview

The Task Listing App is a simple and intuitive to-do list application built using React.js, Vanilla CSS, and Bootstrap. This app allows users to easily add, edit, and remove tasks, as well as assign them to specific dates for better time management.

It stores your task data in local storage, ensuring that your tasks are saved and accessible anytime, even after closing and reopening the browser, as long as you're using the same device.

Features

  • Add Tasks: Easily add tasks to your to-do list.
  • Edit Tasks: Modify tasks when your plans change.
  • Remove Tasks: Delete tasks when they are completed or no longer necessary.
  • Date Assignment: Assign tasks to specific dates for organized scheduling.
  • Persistent Storage: The app uses local storage to save your tasks, so they persist between sessions on the same device.

Technologies Used

  • React.js: A JavaScript library for building the user interface and managing the state of the app.
  • Vanilla CSS: Custom CSS for styling the app.
  • Bootstrap: A popular front-end framework for creating responsive layouts and UI components.
  • Local Storage: A web storage feature that allows the app to persist data between sessions on the same device.

Prerequisites

Make sure you have Node.js installed on your machine. You can download it from here.

##Contributing Feel free to fork the repository and submit pull requests. Contributions are welcome, and we encourage you to add more features or improvements!

Demo

You can try the app directly at this link or run it locally by following the steps above.

About

A task listing app where we can add to-do-tasks easily. It also allows us to add, remove, or modify tasks for specific dates

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published