Website Link : https://todoapp-demo-olcayhank.vercel.app
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.
- Add new tasks
- Mark tasks as completed
- Delete tasks
- View completed tasks
-
Clone the project to your local machine:
git clone https://github.com/olcayhan/TodoApp.git
-
Navigate to the project directory:
cd TodoApp
-
Install the required dependencies:
npm install
-
Start the application:
npm start
-
Use the following URL in your browser to access the application:
http://localhost:3000
If you want to contribute to this project, please follow the steps below:
-
Fork this project to your GitHub account.
-
Create a new feature/fix branch:
git checkout -b feature/new-feature
-
Add your changes:
git add .
-
Commit your changes:
git commit -m "New feature: Description"
-
Push to your branch:
git push origin feature/new-feature
-
Create a Pull Request and explain your changes.
Wishing you productive days ahead! 😊