An open API service indexing awesome lists of open source software.

https://github.com/datsfilipe/todo-app

Simple React todo app.
https://github.com/datsfilipe/todo-app

jest react sass webpack

Last synced: 3 months ago
JSON representation

Simple React todo app.

Awesome Lists containing this project

README

          

# [to.do](https://todo-app-ten-beta.vercel.app) - Todo App

A simple todo application built with React and Webpack.
Description

[to.do](https://todo-app-ten-beta.vercel.app) is a lightweight todo app that allows you to keep track of your tasks and manage them efficiently. It provides a user-friendly interface for adding, editing, and deleting tasks.

## Features

- Add new tasks with ease.
- Mark tasks as completed or uncompleted.
- Delete tasks that are no longer needed.

## Contributing

Contributions are welcome! If you find any issues or have suggestions for improvements, please feel free to open an issue or submit a pull request.

- Clone this repository: `git clone https://github.com/datsfilipe/todo-app.git`
- Navigate to the project directory: `cd todo-app`
- Install the dependencies: `yarn`
- Start the development server: `yarn dev`
- Make your changes and create a pull request.