Skip to content

VickySource/todo-app-practice

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation


todo-app-practice

Practice Repo for learning Issues and Pull Requests

Todo App

Hi, I’m Vicky!

This is a simple practice project to learn Issues, Pull Requests, and basic Git workflows.

Features

Add tasks

Delete tasks


Getting Started (Beginner-Friendly Steps)

Step 1: Fork the Repository

  1. Go to the main repository on GitHub.

  2. Click the Fork button at the top-right corner.

  3. This will create a copy of the repository in your GitHub account.

Step 2: Clone the Repository Locally

  1. Make sure you have Git installed on your system.

  2. Open your terminal or command prompt.

  3. Run the following command (replace the URL with your forked repo URL):

git clone

  1. Press Enter.

  2. Navigate into the cloned folder:

cd

Step 3: Make Changes

  1. Open the project in your code editor (e.g., VS Code).

  2. Add or modify features (e.g., new task management options).

  3. Save your changes.

Step 4: Commit Changes

  1. In the terminal, stage your changes:

git add .

  1. Commit your changes with a message:

git commit -m "Add new feature: "

Step 5: Push Changes

  1. Push your changes to your forked repository:

git push origin main

Step 6: Create a Pull Request

  1. Go to your forked repository on GitHub.

  2. Click Compare & pull request.

  3. Describe your changes and submit the pull request.


Optional: New Things You Can Add

Mark tasks as completed

Edit tasks

Sort tasks by priority

Clear all completed tasks


About

Practice Repo for learning Issues and pull requests

Resources

License

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •