Skip to content

Latest commit

 

History

History
39 lines (27 loc) · 701 Bytes

README.md

File metadata and controls

39 lines (27 loc) · 701 Bytes

Todos Listus

A todo list application made in React.js for learning purposes.

Getting Started

Prerequisites

  • Node.js (v14 or higher)
  • npm (v6 or higher)

Installation

  1. Clone the repository:

    git clone https://github.com/your-username/todos-listus.git
    cd todos-listus
  2. Install dependencies:

    npm install

Running the Project

To start the development server, run:

npm run dev

Project Overview

This project is a simple todo list application built with React.js. It includes features such as:

  • Adding, editing, and deleting tasks
  • Categorizing tasks
  • Setting deadlines for tasks
  • Storing tasks in local storage