8000 GitHub - olcayhan/TodoApp
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

olcayhan/TodoApp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 

Repository files navigation

TodoApp

Website Link : https://todoapp-demo-olcayhank.vercel.app

About the Project

TodoApp is a simple todo list application. With this app, you can easily keep track of your daily tasks, mark completed tasks, and add new tasks.

Features

  • Add new tasks
  • Mark tasks as completed
  • Delete tasks
  • View completed tasks

Installation

  1. Clone the project to your local machine:

    git clone https://github.com/olcayhan/TodoApp.git
  2. Navigate to the project directory:

    cd TodoApp
  3. Install the required dependencies:

    npm install
  4. Start the application:

    npm start
  5. Use the following URL in your browser to access the application:

    http://localhost:3000
    

Contributing

If you want to contribute to this project, please follow the steps below:

  1. Fork this project to your GitHub account.

  2. Create a new feature/fix branch:

    git checkout -b feature/new-feature
  3. Add your changes:

    git add .
  4. Commit your changes:

    git commit -m "New feature: Description"
  5. Push to your branch:

    git push origin feature/new-feature
  6. Create a Pull Request and explain your changes.


Wishing you productive days ahead! 😊

Releases

No releases published

Packages

No packages published
0