A Todo & Notes app
A simple Project to learn Web Development and GitHub workflow ✅
Note
Only for Students of Mahakal Institute Of Technology & Management
- Basic knowledge of , , , ,
- Resources :-
- Full stack web development basics ~ YOUTUBE-English ~ YOUTUBE-Hindi
- Git & Github ~ YOUTUBE-English ~ YOUTUBE-Hindi or ~ Our Repo
Important
We would love for you to be part of our project, But make sure you have first checked the CONTRIBUTION GUIDELINES 🔥
-
First, fork the repository by clicking the button at the top right corner of the GitHub page. This creates a copy of the repository under your GitHub account.
-
Clone your forked repository to your local machine using the following command in your Git Bash terminal:
git clone https://github.com/ClubToCode/Learner-Project-Todo-app.git
-
- Open the Clone Repo folder
cd Learner-Project-Todo-app
- Run The Project.
Use Live server
-
- first create a new branch
git branch myname
- Then open the branch
git checkout myname
- first create a new branch
-
- Before making any PR please create an Issue ~ Our Repo
- If you find any upgradation or bug in the website, you can create your own issue or work on the previous issues.
- When creating PR make sure you tag the required issue using
#issuenumber
Important
Are you a hactoberfest
participant? You are welcome to contribute. ~learn more on Hactoberfest
- Before making any PR please create an issue, or check if the issue already exists.
- Tag your PRs with
#issuenumber
so that Its easy to understand your contribution. - Try to make quality PRs. Checkout this resource - Pull Request
- Just enjoy your Opensource journey ✌️