Skip to content

Explore my first React project, a responsive TodoList app. Experience the convenience of adding, removing, and updating tasks, with user-specific task storage in the browser. Enjoy the visual appeal of light and dark mode themes.

Notifications You must be signed in to change notification settings

AlaaBrahim/TODO-First-React-App

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TodoList App

Welcome to my first React project! This repository contains a responsive TodoList app built using React, HTML, and styled with PicoCSS. With this app, you can conveniently add, remove, and update tasks, and it also provides user-specific task storage in the browser. Additionally, you can enjoy the visual appeal of both light and dark mode themes.

Demo

To explore the app, please visit the following link: TodoList App Demo

How to Use

To run this project locally, follow the steps below:

  1. Clone this repository to your local machine using the following command:

    git clone https://github.com/alaabrahim/TODO-First-React-App.git
  2. Navigate to the project directory:

    cd TODO-First-React-App
  3. Install the necessary dependencies:

    npm install
  4. Start the development server:

    npm start

    This command will launch the app in your default browser. If it doesn't automatically open, you can access it by visiting http://localhost:3000 in your browser.

  5. Now you can start exploring and using the TodoList app locally.

Technologies Used

  • React
  • HTML
  • PicoCSS

Features

  • Add tasks: Easily add new tasks to your TodoList.
  • Remove tasks: Delete unwanted tasks from the list.
  • Update tasks: Modify existing tasks as needed.
  • Light and dark mode themes: Enjoy the visual appeal of both light and dark themes.

Feedback and Contributions

Feedback and contributions are always welcome! If you have any suggestions, improvements, or issues, please feel free to create an issue or submit a pull request. Let's make this TodoList app even better together!

License

This project is licensed under the MIT License. Feel free to use and modify it as per your requirements.

Happy TodoListing!

About

Explore my first React project, a responsive TodoList app. Experience the convenience of adding, removing, and updating tasks, with user-specific task storage in the browser. Enjoy the visual appeal of light and dark mode themes.

Topics

Resources

Stars

Watchers

Forks