From 40af40b12918404ce6ae89874780360982aae6d9 Mon Sep 17 00:00:00 2001 From: laxmigotcode Date: Thu, 10 Sep 2026 00:09:56 +0530 Subject: [PATCH] Update README to include learning purpose Added a note about using the repository for learning Git and GitHub. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index b5906c7ef..e8d9e338c 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # Project Based Learning +this repository is being used to learn git and github. + [![Gitter](https://badges.gitter.im/practical-tutorials/community.svg)](https://gitter.im/practical-tutorials/community?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge) [![Link rot sweep](https://github.com/practical-tutorials/project-based-learning/actions/workflows/link-rot.yml/badge.svg)](https://github.com/practical-tutorials/project-based-learning/actions/workflows/link-rot.yml) A list of programming tutorials in which aspiring software developers learn how to build an application from scratch. These tutorials are divided into different primary programming languages. Tutorials may involve multiple technologies and languages.