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.
- Host: GitHub
- URL: https://github.com/datsfilipe/todo-app
- Owner: datsfilipe
- License: mit
- Created: 2021-12-18T19:12:11.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2023-07-14T19:52:44.000Z (almost 3 years ago)
- Last Synced: 2025-01-07T23:20:51.808Z (over 1 year ago)
- Topics: jest, react, sass, webpack
- Language: TypeScript
- Homepage: https://todo-app-ten-beta.vercel.app
- Size: 178 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
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.