Skip to content

codersmiti/techsquad-community-website

 
 

Repository files navigation

TechSquad Community is the what you need to get started in Coding and Development



This is a Community website under development. This community aims to create awareness among the students and working professionals about open source programs, hackathons, CTFs and Internship Programs to create a difference in society. We have study materials, blogs, posts regarding upcoming events and much more so that everyone has access to these opportunities.


JOIN US IN OUR MISSION OF CREATING THE WORLD'S LARGEST ALL-IN-ONE CODING COMMUNITY


Programs we have been a part of

No. Program Name Duration Deployment
1. GirlScript Summer of code (GSSoC) 2022 1st Mar 2022 - 31st May 2022 TechSquad Community Website

Connect with us!

       

Contributors 🫂


Steps for Contributing 🚀

Refer to this YouTube Video for reference!


  • Fork and clone the Repo by typing the following commands in the terminal
$ git clone https://github.com/Tech-Squad-Community/techsquad-community-website.git

$ cd techsquad-community-website
  • 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.



  • Clone the Repository after forking using
$ git clone <url>

$ cd techsquad-community-website
  • Make changes to the code(for ex- add an update route)

  • Create a Branch using:

$ git checkout -b <branch-name>
  • 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 origin <branch-name>
  • Navigate to the original repository and make a pull request

Happy?? Star ⭐ this Repo. 🤩

About

This is the Community Website Repo for Tech Squad. --------------------------- (DEV BRANCH) Test Link https://techsquad-community-website.vercel.app/

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 74.0%
  • CSS 19.7%
  • SCSS 4.0%
  • HTML 2.3%