Skip to content

Latest commit

 

History

History
109 lines (64 loc) · 3.05 KB

README.md

File metadata and controls

109 lines (64 loc) · 3.05 KB

My Toolskit - Progressive web application (PWA)

HTML5 CSS3 JavaScript Material UI Jquery Responsive

Project overview

  • This repository consists of files required to deploy a Web App or PWA created with Materialize Css

  • Basically My Project is a Type of Web app (Contains Tools)in which user can interacts with Different Tools Such as

    1.Qr Code Generator
    2.Password Generator
    3.Todo list
    4.Draw tool
    And many more to Come

How to contribute in this repo check here


Screenshot

- Home page

home

To know about PWA You can visit this site

Steps to Follow 👇

Fork this repository

Fork this repository by clicking on the fork button on the top of this page. This will create a copy of this repository in your account.

Clone the repository

Now clone the forked repository to your system. Go to your GitHub account, open the forked repository, click on the code button and then clone the repository.

if you want to use the terminal, use the following commands after you fork the repository , open the terminal type the given command

git clone https://github.com/{your-github-username}/
MyToolKits

Create a branch

Then create a branch on your local repository to solve a problem.

terminal commands

git checkout -b your_new_branch_name

Add & commit

Add your changes(folder) to that branch.
Make necessary changes and commit those changes.
Add your name in contributors list in readme.md

terminal commands

git add .
git commit -m "your-commit-message"

Push changes to GitHub

Finally push your local repository to remote repository Compare & Submit a Pull Request

terminal commands

git push origin <branch-name>

Then go to your repository on GitHub, you'll see a Compare & pull request button. Click on that button.

Now submit the pull request.

Star this repository

If you had fun while contributing to this project, then don't forget to give this project a star.

Thanks to contributers