DSC-JSS-NOIDA / Learn-Quest1

Home Page:https://learn-quest.netlify.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

LearnQuest

Issues PRs Maintenance Forks Stars Watchers Twitter Follow

A collection of resources categorised by tech domains, languages, expertise and much more. LearnQuest 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://learn-quest.netlify.app/


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>/Learn-Quest.git
$ cd Learn-Quest
  • 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/Learn-Quest.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 with ❤️ by GDSC JSS NOIDA with



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

Need help? > Feel free to contact us @ dscjssnoida@gmail.com

Connect with us

License

Licensed under the MIT license.

About

https://learn-quest.netlify.app/

License:MIT License


Languages

Language:HTML 66.5%Language:CSS 22.4%Language:JavaScript 11.1%