Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to start with code #308

Merged
merged 1 commit into from
Oct 12, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 15 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,14 +67,28 @@ By consistently investing in my development and exploring new technologies, I wi

### Useful Resources & Courses

## ⚙️ How to get started with the code

1. Fork the repository
2. Clone it on ur local Machine:
git clone https://github.com/Your_Github_username/Frontend_Mentor.git
3. Create New Branch:
git branch -c "New Branch Name"
4. Navigate to the New Branch:
git checkout"New Branch Name"
5. Make your changes and Commit them:
git commit -m "Add Some feature"
6. Push the Branch:
git push origin New Branch
7. Open Pull requestto main Repository and Submit.
- **Courses**

- [Course 01](https://www.udemy.com/course/design-and-develop-a-killer-website-with-html5-and-css3/) - This is an amazing course which helped me finally understand HTML, CSS & Responsive Design.
- [Course 02](https://www.udemy.com/course/advanced-css-and-sass/) - This is an amazing course which helped me finally understand Advanced CSS, SCSS, Advance Grid, Flexbox & Advanced Responsive Design.
- [Course 03](https://www.udemy.com/course/the-complete-javascript-course/) - This is an amazing course which helped me Master JavaScript.
- [Course 04](https://www.udemy.com/course/the-ultimate-react-course/) - This is an amazing course which helped me Master ReactJs, NextJs, TailwindCSS.

- **Resources**
- **Resources**

- [Resource 01](https://developer.mozilla.org/en-US/docs/Learn/HTML) - This is an amazing articles which helped me finally understand HTML.
- [Resource 02](https://developer.mozilla.org/en-US/docs/Learn/CSS) - This is an amazing articles which helped me finally understand CSS.
Expand Down