DevAbdurR / React-Todo-List

This is a simple Task Tracker/Todo List built in React

Home Page:https://app.netlify.com/sites/react-task-saver/overview

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Todo List App - React

This is a simple Todo List app built using React. It allows users to add, mark as completed, and remove tasks from their to-do list.

image

Features

  • Add new tasks to the list.
  • Mark tasks as completed.
  • Remove tasks from the list.

Demo

See the live project in action: https://react-task-saver.netlify.app/

Technologies Used

  • React
  • HTML
  • CSS
  • JS

Getting Started

To get a local copy up and running, follow these steps:

  1. Clone this repository: git clone https://github.com/DevAbdurR/React-Todo-List
  2. Navigate to the project directory: cd react-todo-list
  3. Install dependencies: npm install
  4. Start the development server: npm start

Usage

  1. Type your task in the input field and press "Add" to add it to the list.
  2. Click the checkbox next to a task to mark it as completed.
  3. Click the "delete" button to delete a task from the list.

Contributing

Contributions are welcome! If you have any improvements or fixes, feel free to submit a pull request. Please follow the standard coding guidelines.

  • Fork the repository.
  • Create a new branch: git checkout -b feature/your-feature-name
  • Make your changes and commit them: git commit -m 'Add some feature'
  • Push to the branch: git push origin feature/your-feature-name
  • Open a pull request.

This project was developed to practice React skills. Feel free to explore and modify the code to learn more about building React applications!

About

This is a simple Task Tracker/Todo List built in React

https://app.netlify.com/sites/react-task-saver/overview


Languages

Language:JavaScript 42.5%Language:CSS 33.6%Language:HTML 23.9%