iamrahulmahato / master-web-development

Learn to code by building projects.
https://master-web-development.netlify.app
MIT License
12 stars 16 forks source link
css github hacktoberfest html javascript open-source

30 Days 30 Projects

Master Web Development

Learn by building simple projects, using HTML, CSS, JS.


Standard [![Open Source Love svg2](https://badges.frapsoft.com/os/v2/open-source.svg?v=103)](https://github.com/ellerbrock/open-source-badges/) [![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square)](http://makeapullrequest.com) Code size License GitHub contributors GitHub Repo stars

⚡️ Introduction

This repository contains frontend projects that will help you to become an ace Frontend Developer.

The goal is to be well versed with HTML, CSS, JavaScript and Browser APIs such as localStorage, IndexDB, etc.

💯open source programs this repo has been part of

Hfest-Logo-2-Color-Void@2x

🎯 All Projects

The list of projects are given below -

Getting Started

Refer to the following articles on the basics of Git and Github in case you are stuck:

Contribution

git clone https://github.com/<your-github-username>/master-web-development
cd master-web-development

* Create new branch for your feature. * Make all changes of source code in new branch.

#Add changes to Index
git add .

#Commit to the local repo
git commit -m "<your_commit_message>"
git push
flowchart LR
    Fork[Fork the project]-->branch[Create a New Branch]
    branch-->Edit[Edit file]
    Edit-->commit[Commit the changes]
    commit -->|Finally|creatpr((Create a Pull Request))

❤️ Code of Conduct

Please note that Open Source Design has a Contributor Code of Conduct. By participating in this project online or at events you agree to abide by its terms.



### Give a star ⭐️ if this project helped you!