HridayAg0102 / Wonder4Kids

Wonder For Kids Initial Phase Development

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Wonder 4 Kids !

Hacktoberfest is back again! Make a PR between 1 OCTOBER - 31 OCTOBER to participate ๐Ÿ˜ƒ

Create a Pull request and add any feature update to the repository.

Wonder4Kids Project simulation ๐Ÿ˜ƒ

Screencast.from.14-10-21.06.34.20.PM.IST.mp4

READ ABOUT THE PROJECT IN CONTRIBUTING.md

Getting started

  • Fork this repository (Click the Fork button in the top right of this page, click your Profile Image)
  • Clone your fork down to your local machine.
https://github.com/<YOUR-GITHUB-USERNAME>/Wonder4Kids.git
  • Create a branch
git checkout -b <your-branch-name>
  • If the branch is already created previously, you can go in it using:
git checkout <your-branch-name>
  • Make your changes.
  • Commit and push your code.
git add .
git commit -m 'Commit message'
git push origin <branch-name>
  • Create a new pull request from your forked repository (Click the New Pull Request button located at the top of your repo)
  • Wait for your PR review and merge approval...
  • Star this repository if you had fun contributing!

NOTE: Only valid PRs will be merged.

About

Wonder For Kids Initial Phase Development

License:MIT License


Languages

Language:JavaScript 57.3%Language:HTML 36.7%Language:CSS 6.0%