/Wonder4Kids

Wonder4 Kids Initial Phase Development

Primary LanguageJavaScriptMIT LicenseMIT

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.