10secondsofcode / 10secondsofcode

The team behind 10-seconds-of-code and official 10-seconds projects.

Home Page:https://www.10secondsofcode.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

10secondsofcode

10secondsofcode is a easy way to understand the JavaScript and ReactJS snippets in 10 seconds.
This website idea is inspired from https://javascript.info

Website

https://www.10secondsofcode.com

To add any concepts like reactjs and javascript follow the below steps

  1. Create / Edit the reactjs and javascripts concepts file in src/pages/.
  2. Those files linked into src/components/data.js and create a PR.

To contribute to 10secondsofcode!

Follow these steps to make your first pull request-

  1. Fork this repository.
  2. Clone your forked repository to your local machine.
  3. Take any one of the issue from issues list and make a Pull Request.
  4. Write these commands on your terminal-
git add -A
git commit -m "your name"
git push origin master
  1. Then create a pull request.
  2. Star the official repository of 10secondsofcode.
  3. Congratulations!! You have successfully made a pull request.

About

The team behind 10-seconds-of-code and official 10-seconds projects.

https://www.10secondsofcode.com

License:MIT License


Languages

Language:JavaScript 77.8%Language:CSS 21.3%Language:Shell 0.9%