Skip to content

LeonardoSPereira/To-Do-List

Repository files navigation

To-Do List

Table of Contents

About

  • This is a simple to-do list application that allows you to add, remove and mark tasks as done. It was developed using React.js and css-modules.
  • The app is responsive and can be used on mobile devices.
  • The app already has some tasks added to it, but you can remove them and add your own tasks. You can find this tasks in the file src/App.tsx, inside the tasks state.

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

Prerequisites

  • You need to have Node.js installed on your machine. You can download it here.
  • You need to have a package manager installed on your machine. You can use npm or pnpm. In this project, I used pnpm. You can download it using the following command:
npm install -g pnpm

Installing

A step by step series of examples that tell you how to get a development env running.

  1. Clone the repository:
git clone https://github.com/LeonardoSPereira/To-Do-List
  1. Install the dependencies:
pnpm install

or

npm install

Usage

This instructions will help you to run the project on your local machine.

With the dependencies installed, you can run the project using the following command:

pnpm run dev

or

npm run dev

Technologies