All Projects → 10secondsofcode → 10secondsofcode

10secondsofcode / 10secondsofcode

Licence: MIT license
The team behind 10-seconds-of-code and official 10-seconds projects.

Programming Languages

javascript
184084 projects - #8 most used programming language
CSS
56736 projects
shell
77523 projects

Projects that are alternatives of or similar to 10secondsofcode

30-seconds-of-python
Short Python code snippets for all your development needs
Stars: ✭ 8,452 (+20514.63%)
Mutual labels:  learn-to-code, snippets-collection
30 Seconds Of React
Short React code snippets for all your development needs
Stars: ✭ 3,991 (+9634.15%)
Mutual labels:  learn-to-code, snippets-collection
30-seconds-of-csharp
Short C# code snippets for all your development needs
Stars: ✭ 132 (+221.95%)
Mutual labels:  learn-to-code, snippets-collection
30-seconds-of-git
Short git snippets for all your development needs
Stars: ✭ 235 (+473.17%)
Mutual labels:  learn-to-code, snippets-collection
30 Seconds Of Php
Short PHP code snippets for all your development needs
Stars: ✭ 2,461 (+5902.44%)
Mutual labels:  learn-to-code, snippets-collection
ML-ProjectKart
🙌Kart of 210+ projects based on machine learning, deep learning, computer vision, natural language processing and all. Show your support by ✨ this repository.
Stars: ✭ 162 (+295.12%)
Mutual labels:  beginner-friendly, contributions-welcome
coding-ai
CodingAI is an open source application and it helps to find a mentor related your technologies stack.
Stars: ✭ 60 (+46.34%)
Mutual labels:  learn-to-code, fullstack-development
30-seconds-of-angular
Curated collection of Angular snippets that you can understand in 30 seconds or less
Stars: ✭ 24 (-41.46%)
Mutual labels:  learn-to-code, snippets-collection
30 Seconds Of Interviews
A curated collection of common interview questions to help you prepare for your next interview.
Stars: ✭ 9,410 (+22851.22%)
Mutual labels:  learn-to-code, snippets-collection
Phoenix Todo List Tutorial
✅ Complete beginners tutorial building a todo list from scratch in Phoenix 1.5.3 (latest)
Stars: ✭ 65 (+58.54%)
Mutual labels:  learn-to-code, beginner-friendly
Awesome Python Scripts
🚀 Curated collection of Awesome Python Scripts which will make you go wow. Dive into this world of 360+ scripts. Feel free to contribute. Show your support by ✨this repository.
Stars: ✭ 198 (+382.93%)
Mutual labels:  beginner-friendly, contributions-welcome
30 Seconds Of Code
Short JavaScript code snippets for all your development needs
Stars: ✭ 89,121 (+217268.29%)
Mutual labels:  learn-to-code, snippets-collection
opensource-4-everyone
Learn Opensource and make your first contribution here.
Stars: ✭ 35 (-14.63%)
Mutual labels:  beginner-friendly, contributions-welcome
skytable
Skytable is an extremely fast, secure and reliable real-time NoSQL database with automated snapshots and TLS
Stars: ✭ 696 (+1597.56%)
Mutual labels:  beginner-friendly, contributions-welcome
ZeroOctave-Javascript-Projects
This Repository Contains 150+ web development Projects.
Stars: ✭ 134 (+226.83%)
Mutual labels:  beginner-friendly, contributions-welcome
Python Tutorial
A Python 3 programming tutorial for beginners.
Stars: ✭ 647 (+1478.05%)
Mutual labels:  learn-to-code, beginner-friendly
30 Seconds Of Css
Short CSS code snippets for all your development needs
Stars: ✭ 14,945 (+36351.22%)
Mutual labels:  learn-to-code, snippets-collection
Awesome-Android-Open-Source-Projects
👓 A curated list of awesome android projects by open-source contributors.
Stars: ✭ 401 (+878.05%)
Mutual labels:  beginner-friendly, contributions-welcome
Data-Structures-and-Algorithms
Hacktoberfest's DSA Challenge, create algorithms, programs in any programming language you love and prefer! Check the ISSUE section for ideas.
Stars: ✭ 22 (-46.34%)
Mutual labels:  beginner-friendly
Hacktoberfest 2021
This repository aims to help code beginners with their first successful pull request and open source contribution. Happy coding!
Stars: ✭ 109 (+165.85%)
Mutual labels:  beginner-friendly

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.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].