https://github.com/10secondsofcode/10secondsofcode
The team behind 10-seconds-of-code and official 10-seconds projects.
https://github.com/10secondsofcode/10secondsofcode
10secondsofcode beginner-friendly contributions-welcome education fullstack-development javascript learn-to-code learn-to-code-for-free practice-project reactjs secondsofcode snippets-collection
Last synced: 5 months ago
JSON representation
The team behind 10-seconds-of-code and official 10-seconds projects.
- Host: GitHub
- URL: https://github.com/10secondsofcode/10secondsofcode
- Owner: 10secondsofcode
- License: mit
- Created: 2018-10-04T10:50:00.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2021-06-22T18:44:14.000Z (over 4 years ago)
- Last Synced: 2024-05-20T15:29:33.533Z (over 1 year ago)
- Topics: 10secondsofcode, beginner-friendly, contributions-welcome, education, fullstack-development, javascript, learn-to-code, learn-to-code-for-free, practice-project, reactjs, secondsofcode, snippets-collection
- Language: JavaScript
- Homepage: https://www.10secondsofcode.com
- Size: 2.75 MB
- Stars: 41
- Watchers: 2
- Forks: 28
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE-website
Awesome Lists containing this project
README
# 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
```
5. Then create a pull request.
6. Star the official repository of `10secondsofcode`.
7. Congratulations!! You have successfully made a pull request.