All Projects → Opentek-Org → opentek

Opentek-Org / opentek

Licence: MIT license
If it is about Open Source, it is on Opentek.

Programming Languages

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

Projects that are alternatives of or similar to opentek

Startpages.github.io
A curated list of startpages for your browser.
Stars: ✭ 228 (+208.11%)
Mutual labels:  community, css3
portfolio-html
🌍 Open source portfolio template built with plain Html, CSS and JavaScript for developers to create their portfolio website
Stars: ✭ 52 (-29.73%)
Mutual labels:  community, css3
causefolio
For the community, by the community.
Stars: ✭ 44 (-40.54%)
Mutual labels:  community
school management system
This is an School Management Software
Stars: ✭ 185 (+150%)
Mutual labels:  css3
join-fnplus-with-a-pr
Welcome to the fn+geeks community! Add yourself as a contributor 🎊here. Apply for membership here:
Stars: ✭ 74 (+0%)
Mutual labels:  community
awesome-dev-discord
A curated list of official, development-related Discord server
Stars: ✭ 153 (+106.76%)
Mutual labels:  community
UI-UX-Resources
Find all the resources📘📙📕📗 related to UI/UX🎨, Html Templates, Fonts🖋, Icons, Photos Gallery📷, React⚛, Angular🅰, etc.
Stars: ✭ 60 (-18.92%)
Mutual labels:  css3
Comunidade
✊🏽 A comunidade de programação da periferia
Stars: ✭ 252 (+240.54%)
Mutual labels:  community
100-Days-of-JavaScript-Code
Completing 100DaysOfCode challenge by making 1 project every day using JavaScript for next 100 Days.
Stars: ✭ 133 (+79.73%)
Mutual labels:  css3
tweaks
a collection of user-submitted css/js tweaks for notion
Stars: ✭ 85 (+14.86%)
Mutual labels:  community
twindle
Twindle - an open source project for beginners. Converting twitter threads to pdf, epub, and mobi format to be read by Kindle.
Stars: ✭ 129 (+74.32%)
Mutual labels:  css3
adafruit-circuitpython-weekly-meeting
Notes from the weekly circuitpython meetings on Discord
Stars: ✭ 22 (-70.27%)
Mutual labels:  community
ansible-london-meetup
Ansible Meetup for London, UK
Stars: ✭ 30 (-59.46%)
Mutual labels:  community
csslab
用于快速进行页面重构的CSS函数库
Stars: ✭ 19 (-74.32%)
Mutual labels:  css3
projects
Türk geliştiricelerin açık kaynak Ruby projeleri
Stars: ✭ 13 (-82.43%)
Mutual labels:  community
nycmesh.net
NYC Mesh Website
Stars: ✭ 33 (-55.41%)
Mutual labels:  community
Freecodecamp
freeCodeCamp.org's open-source codebase and curriculum. Learn to code for free.
Stars: ✭ 339,510 (+458697.3%)
Mutual labels:  community
community-manager
Thoughts and writings on community management
Stars: ✭ 192 (+159.46%)
Mutual labels:  community
AcornAccounting
A Django-based Accounting System for Egalitarian Communities
Stars: ✭ 27 (-63.51%)
Mutual labels:  community
Decoders-Community
This repository is for absolute beginners by making some small changes they can learn how to make a pull request and they can become a part of the #DecodersCommunity 🖤
Stars: ✭ 25 (-66.22%)
Mutual labels:  community

Opentek

opentek licence styler forks styler stars styler issues styler pull-requests

View Demo · Report Bug · Request Feature

Introducing Opentek 🎉

Welcome to Opentek, your number one source for Open Source Development. We're dedicated to giving you the very best of tools, resources, and projects, with a focus on Collaboration, Code, and Networking. Try out Opentek 🙌

Read our blog post 📖

🚀 Demo

😎 Features

  • 📱 Progressive Web App(PWA) Supported
  • User Authentication
  • Open Source EVENTS displayed Month-Wise (with a short desc, logo, and Website)
  • Open Source PROGRAMS displayed Month-Wise (with a short desc, logo, and Website)
  • 📚 Open Source related TUTORIALS hand-picked from the best in the domain embedded in our website (credits to the Author displayed)
  • 🔥 Domain-Specific Open Source PROJECTS from all around GitHub by amazing Open Source Developers where you can contribute (credits to Admin given)
  • 💻 Official Discord Channel solely dedicated to Open Source Development where you can showcase your projects and collaborate
  • 🌈 ANYONE!! YES ANYONE can contribute to this project and can make a difference.
  • 💥 Never miss out on any Events and Programs anymore and say bye-bye to the tedious google searches to find a tutorial or a Beginner-friendly project

OPEN SOURCE TO THE MOOON 🚀 Join our

🛠️ Installation Steps

  1. Fork this repository
  2. Clone your forked copy of the project.
git clone --depth 1 https://github.com/<your username>/opentek.git
  1. Change the working directory
cd opentek
  1. Add a reference to the original repository.
git remote add upstream https://github.com/Opentek-Org/opentek.git
  1. Check the remotes for this repository.
git remote -v
  1. Always take a pull from the upstream repository to your main branch to keep it at up-to-date with the main project (updated repository).
git pull upstream main
  1. Create a new branch.
git checkout -b <your_branch_name>

You are all set! Open localhost:3000 to see the app. (Authenticated via Auth0)

If you are using VS Code, you can use the live server extension to set up your local environment. Make sure to keep your Port number as 3000. This is required in order to use the authentication feature via Auth0 in your local env, for which the allowed port is set to 3000 as of now .More common ports will be added ASAP.

  1. Perfom your desired changes to the code base.

giphy.gif

  1. Track your changes
git add .
  1. Commit your changes .
git commit -m "Relevant message"
  1. Push the committed changes in your feature branch to your remote repo.
git push -u origin <your_branch_name>

  1. To create a pull request, click on compare and pull requests. Please ensure you compare your feature branch to the desired branch of the repo you are suppose to make a PR to.

  2. Voila 🎉 You have made a PR to the Opentek project. Sit back patiently and relax while the project maintainers review your PR.

Please read our Code of Conduct, and the process for submitting pull requests to us.

🤷‍♂️ Want to submit an event, program, project or a tutorial to our Website?

Please read our contributing guidelines

💻 Built with

  • Auth0: User Authentication
  • HTML5: Skeleton
  • CSS3: Styling
  • Bootstrap 4 and 5: Rich Styling
  • JavaScript (Server and Client Side) : For Loading Data
  • Font Awesome: For Icons
  • Iconscout: For Icons
  • Rough Notation: A small JavaScript library to create and animate annotations on a web page
  • Netlify: For Hosting
  • Name.com: For Domain Name

👥Community Partners

     

👀 Future Plans

  • Conducting Community Own OPEN SOURCE PROGRAM
  • Sorting out projects according to beginners, intermediate and advanced levels.
  • Participating in various Open Source programs with this project.
  • Collaborating with various communities and create opportunities.
  • Adding Hackathon Page and Updating it according to month-wise.
  • Animations
  • In-Built blog posts related to Open Source and Networking.
  • Creating projects under Opentek and Open Sourcing them.

🌟 Deploy

Netlify Status

🙏 Support

This project needs a ⭐️ from you. Don't forget to leave a star ⭐️ It will motivate us!!

Opentek - If it is about Open Source, it is on Opentek. | Product Hunt


Our Socials

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