All Projects → DSC-JSS-NOIDA → QuickLearn

DSC-JSS-NOIDA / QuickLearn

Licence: MIT license
A collection of resources categorised by tech domains, languages, expertise and much more. QuickLearn gives you a quick access to all the resources that you could need at a single place, within a click!

Programming Languages

HTML
75241 projects
javascript
184084 projects - #8 most used programming language
CSS
56736 projects

Projects that are alternatives of or similar to QuickLearn

Snippet-Share
This is a snippet sharing app that can be used to share snippets of code and more.
Stars: ✭ 41 (-53.93%)
Mutual labels:  web-application, beginner-friendly, html-css-javascript
Hacktoberfest2021-DSA
If You know the implementation of any DSA related topic/problem then you can contribute it in this repo. Raise Genuine PRs only. Your PRs will be accepted, keep patience. Star this Repo. You aren't allowed to Update README.md. Welcoming developers, content writers, and programming enthusiasts.
Stars: ✭ 232 (+160.67%)
Mutual labels:  beginner-friendly, hacktoberfest-accepted, hacktoberfest-2021
Open-Source-Enthusiast
Showcase Your Programming Skills here without hesitation
Stars: ✭ 102 (+14.61%)
Mutual labels:  beginner-friendly, hacktoberfest-accepted
CodeForces-Solutions
Solutions to CodeForces ProblemSets
Stars: ✭ 47 (-47.19%)
Mutual labels:  hacktoberfest-accepted, hacktoberfest-2021
Web-dev-mini-projects
The repository contains the list of awesome✨ & cool web development beginner-friendly✌️ projects!
Stars: ✭ 291 (+226.97%)
Mutual labels:  html-css-javascript, hacktoberfest-accepted
spotify-true-random
🔀 An application for unbiased truly random playlist and library shuffling with Spotify.
Stars: ✭ 51 (-42.7%)
Mutual labels:  css3, html-css-javascript
anniew.xyz
My Personal Website / Portfolio
Stars: ✭ 41 (-53.93%)
Mutual labels:  css3, html-css-javascript
guiadevbrasil
Um guia extenso de informações com um vasto conteúdo de várias áreas para ajudar, agregar conhecimento e retirar dúvidas, nesse guia você encontrará tudo que necessário para qualquer carreira relacionada a tecnologia.
Stars: ✭ 9,863 (+10982.02%)
Mutual labels:  css3, html-css-javascript
Aris
Aris - A fast and powerful tool to write HTML in JS easily. Includes syntax highlighting, templates, SVG, CSS autofixing, debugger support and more...
Stars: ✭ 61 (-31.46%)
Mutual labels:  css3, html-css-javascript
foss-events
A simple website with a collection of open-source events happening across the globe. This is a beginner-friendly repository that helps you learn git and contribute to web projects. Happy Hacktober!
Stars: ✭ 123 (+38.2%)
Mutual labels:  beginner-friendly, html-css-javascript
Aec-Library-Website
This is an Open-Source Library Website in which you get Resources to learn different topics, Donate book section to donate your old books, and a Book issue section to keep a record of all the books issued. -HacktoberFest Accepted
Stars: ✭ 52 (-41.57%)
Mutual labels:  html-css-javascript, hacktoberfest-accepted
spacex-launch-data
uses the freely available SpacexAPI and basic HTML CSS and JS to give details of missions
Stars: ✭ 25 (-71.91%)
Mutual labels:  css3, beginner-friendly
Pacman-Game
This is a pacman game made using HTML, CSS and Javascript only.
Stars: ✭ 42 (-52.81%)
Mutual labels:  css3, web-application
Hacktober-Fest-2021
📜This repository is created to welcome all the open source enthusiasts to get introduced to beginner friendly projects they could work with in the festive season of HacktoberFest 2021🎇🙌.
Stars: ✭ 23 (-74.16%)
Mutual labels:  css3, beginner-friendly
ApiLogicServer
Instantly create customizable database web app projects, providing API, Admin UI, and unique declarative business logic.
Stars: ✭ 83 (-6.74%)
Mutual labels:  json-api, web-application
Poke-Dex
This is a small webpage that allows user to add their favourite Pokémons! This project aims to help people in creating their first pull requests and participating in Hacktoberfest 2021
Stars: ✭ 126 (+41.57%)
Mutual labels:  css3, hacktoberfest-accepted
DataStructures-Algorithms
A collections of many CP-based or DSA-based Questions that is stored various algorithms and datastructures to increase coding aptitutde. Anybody with a knack for coding can feel free to add more solutions and questions in the respective folders
Stars: ✭ 15 (-83.15%)
Mutual labels:  beginner-friendly, hacktoberfest-accepted
learning-code-through-github-repos
This is a collection of GitHub repositories that you can use in your coding journey.
Stars: ✭ 82 (-7.87%)
Mutual labels:  beginner-friendly, hacktoberfest-accepted
Hacktoberfest-2021
❗❗ Make your first PR now, accepting and merging PRs continuously. ⭐HACKTOBER ACCEPTED 2021 ✨✨Happy Hacking 💖💖
Stars: ✭ 11 (-87.64%)
Mutual labels:  css3, hacktoberfest-accepted
ZeroOctave-Javascript-Projects
This Repository Contains 150+ web development Projects.
Stars: ✭ 134 (+50.56%)
Mutual labels:  css3, beginner-friendly

QuickLearn

Issues PRs Maintenance Forks Stars Watchers Twitter Follow

A collection of resources categorised by tech domains, languages, expertise and much more. QuickLearn gives you a quick access to all the resources that you could need at a single place, within a click!

Browser Support

  • Firefox: version 4 and up
  • Chrome: any version
  • Safari: version 5.2 and up
  • Internet Explorer/Edge: version 8 and up
  • Opera: version 9 and up

Technology Stack used:

  • Frontend: HTML5, CSS3, JavaScript
  • IDE: VS Code
  • Version Control: Git and GitHub


Our Contributors !!

Thanks to these wonderful people:

Get Started

Demo 🎥

Website for this repository : https://dsc-jss-noida.github.io/QuickLearn/


Steps for Contributing

Frontend

  • Fork and clone the Repo by typing the following commands in the terminal
$ git clone https://github.com/<your-github-username>/QuickLearn.git
$ cd QuickLearn
  • Now to add your resource to website, add an object with keys same as listed in existing objects in the file.
  • Save and commit your code.
  • Push to your fork of the repository , navigate to original repository and make a pull request.

fork.png


clone.png


clone-git-Bash.png


  • Make changes to the code(for ex- add an update route)
  • Stage your changes using:
$ git add .
  • Commit your changes using:
$ git commit -m "add any comment"
  • Push the changes to the forked repository using:
$ git push
  • Navigate to the original repository and make a pull request
Showing Your Remotes

$ git remote

$ git remote -v

Adding Remote Repositories

git remote add upstream https://github.com/DSC-JSS-NOIDA/QuickLearn.git

Pulling from Your Remote

$ git pull upstream main

Resources

Happy?? Star this Repo. 🤩

ForTheBadge uses-git ForTheBadge uses-html ForTheBadge uses-css ForTheBadge uses-js

Made By GDSC JSS NOIDA with ❤️



ForTheBadge built-with-love ForTheBadge built-by-developers

Need help? > Feel free to contact us @ [email protected]

Connect with us

License

Licensed under the MIT license.

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].