Skip to content

michaeltrinh7/to-do-list

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Portfolio

A to-do list application built with React. This app helps you keep track of your tasks efficiently.

The application uses:

  • React
  • HTML
  • CSS

Installation

Follow the steps below to install and run this web application on your local machine:

  1. Clone the Repository

    git clone https://github.com/michaeltrinh7/to-do-list.git
  2. Navigate to the Project Directory

    cd to-do-list
  3. Install Dependencies

    Use npm to install the project dependencies.

    npm install
  4. Start the Application

    Now, you can start the application:

    npm run start

More details about this project at https://michaeltrinh7.wordpress.com/2024/03/15/

todo-listbuilding-a-simple-to-do-list-app-with-react-choosing-the-right-state-management-approachtodo-list/