Skip to content

This Repo contains a simple "To Do List" App, Using ReactJS

Notifications You must be signed in to change notification settings

drisskhattabi6/ReactJS-To-Do-List-App

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ReactJS To-Do List App

A simple To-Do List application built using ReactJS.

Features

  • Add tasks to the list
  • Mark tasks as completed
  • Delete tasks from the list

Preview of the app

Getting Started

These instructions will help you set up the project on your local machine.

Prerequisites

Ensure you have the following installed:

  • Node.js (version 14.x or higher)
  • npm (comes with Node.js) or yarn (alternative package manager)

Installation

  1. Clone the repository:

    git clone https://github.com/drisskhattabi6/ReactJS-To-Do-List-App.git
    
  2. Navigate to the project directory:

    cd ReactJS-To-Do-List-App
  3. Install the dependencies:

    Using npm:

    npm install

    Or using yarn:

    yarn install

Running the App

  1. Start the development server:

    Using npm:

    npm start

    Or using yarn:

    yarn start
  2. Open the application:

    Once the server is running, open your web browser and navigate to:

    http://localhost:3000
    

    The app should now be running on your local machine.

Building the App for Production

To create a production build of the app, run:

Using npm:

npm run build

Or using yarn:

yarn build

This will create an optimized build of the application in the build directory.

Contributing

Feel free to fork this project, submit issues, or make pull requests.

About

This Repo contains a simple "To Do List" App, Using ReactJS

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published