swarina / opentek

If it is about Open Source, it is on Opentek.

Home Page:https://opentek.live/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 blog πŸ“–

πŸš€ 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 handpicked 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 Discord ]

πŸ› οΈ 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 par 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 CONTRIBUTE.md

πŸ’» 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

πŸ‘€ 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

About

If it is about Open Source, it is on Opentek.

https://opentek.live/

License:MIT License


Languages

Language:HTML 61.5%Language:CSS 21.4%Language:JavaScript 17.2%