SudoKMaar / TodoMatic

Todo Matic is todo app that is a lightweight task management application that helps you stay organized and productive. With its intuitive interface, you can easily add, edit, complete, and remove todos to effectively manage your daily tasks.

Home Page:https://matictodo.netlify.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Todo Matic

Deployed at: MaticTodo

A simple and intuitive Todo app built with React.

Description

Todo Matic is a todo app that is a lightweight task management application that helps you stay organized and productive. With its intuitive interface, you can easily add, edit, complete, and remove todos to effectively manage your daily tasks.

Features

  • Add new todo items
  • Edit existing todo items
  • Mark todo items as complete
  • Remove todo items

Installation

  1. Clone the repository: git clone https://github.com/SudoKMaar/todoMatic.git

  2. Navigate to the project directory: cd todoMatic

  3. Install the dependencies: npm install

Usage

  1. Start the development server: npm start
  2. Open your web browser and visit http://localhost:3000 to access the Todo app.

Folder Structure

The project structure is organized as follows:

TodoMatic/
  ├── src/
  │   ├── components/
  │   │   ├── Todo.js
  │   │   ├── TodoForm.js
  │   │   ├── TodoList.js
  │   │   ├── Title.js
  │   │   └── Footer.js
  │   ├── App.js
  │   ├── index.js
  │   ├── App.css
  │   ├── logo.svg
  │   ├── todobg.svg
  │   └── todologo.jpg
  ├── public/
  │   ├── favicon.ico
  │   ├── index.html
  │   ├── manifest.json
  │   └── robots.txt
  ├── package.json
  ├── package-lock.json
  └── README.md

src/: Contains the source code of the Todo app.

src/components/: Contains individual React components used in the app.

public/: Contains the public assets of the app, such as HTML and favicon.

package.json: Defines the project dependencies and scripts.

README.md: Provides information about the Todo app and how to use it.

Contributing

Contributions are welcome! If you find any issues or would like to enhance the Todo app, feel free to open a pull request.

License

This Todo app is open source and available under the MIT License.

Feel free to modify and customize the README.md file further to accurately represent your Todo app.

About

Todo Matic is todo app that is a lightweight task management application that helps you stay organized and productive. With its intuitive interface, you can easily add, edit, complete, and remove todos to effectively manage your daily tasks.

https://matictodo.netlify.app/


Languages

Language:JavaScript 57.0%Language:CSS 22.5%Language:HTML 20.4%