Skip to content

ManojPuttaswamy/TodoListApp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ToDo List Application

A ToDo List application built with React for the frontend and a .NET Core Web API for the backend. This application allows users to create multiple lists, add tasks to each list, move tasks between lists, and update or delete tasks. Tasks have due dates and are highlighted based on their urgency.

Table of Contents

  1. Features
  2. Tech Stack

Features

  • Create and manage multiple to-do lists.
  • Add tasks with titles, descriptions, and due dates.
  • Move tasks between lists.
  • Highlight tasks based on how close they are to the due date:
    • Red for tasks due within 2 days.
    • Yellow for tasks due within 4 days.
    • Green for tasks due within 7 days.
  • Edit and update tasks as needed.
  • Delete tasks when completed.

Tech Stack

Frontend:

  • React - JavaScript library for building user interfaces.
  • React Bootstrap - Bootstrap components for React, providing UI components.

Backend:

  • .NET Core - Cross-platform framework for building APIs.
  • ASP.NET Core Web API - Framework for creating RESTful APIs.
  • C# - Primary language used in the backend for API development.

Database:

  • JSON file (for data persistence in this example).

About

ToDo List Application is a task manager for organizing multiple to-do lists by category (e.g., Personal, Work). Built with React and .NET Core Web API, it allows users to create, edit, and track tasks with titles, descriptions, and due dates, using color codes to highlight upcoming deadlines. Perfect for boosting productivity.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors