shawavisek35 / GDSC-Lead-Map

A map to represent GDSC Leads throughout the globe.

Home Page:https://gdscleadmap.netlify.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Lead Map

HitCount GitHub license GitHub contributors Repo issues Repo forks Repo stars

GDSC-Lead-Map displays the leads of all batches on a map, filters are present such as skills, and region to find and connect with leads in case of any need, or speaker sessions or if you want to connect with any of the leads at any time for any sort of help.

Version 1.0 of the project can be found deployed here: https://gdscleadmap.netlify.app/

Moreover, the site is deployed here as well: [I'll place the domain once I'll buy it ;-;]

⭐ Place yourself on Map

We have not placed all the leads on map, it's a DIY. Follow the steps to have yourself on the amazing map!

  1. Fork the repo.
  2. Upload your picture in src/photos/, use you GitHub username to name your file. [P.S. - upload only jpg images and THE PHOTO NAME SHOULDN'T CONSIST OF ANY SPEACIAL CHARACTERS. JUST PLAIN TEXT]
  3. Create a pull-request to this repository.
  4. For url use the https://dsc.community.dev chapter URL.
  5. Provide links to your social media handles.
  6. Use only the below mentioned skills in the skills array.
AI/ML App Dev Cloud UI/UX Web Dev
  1. Replace the below object with your details and create a PR:
"longitude": 77.3653,
"latitude": 28.5192,
"batch": 2020,
"photo": abhinavsri360,
"region": "Asia",
"skills": ["App Dev", "Web Dev", "UI/UX", "Cloud"],
"name": "Abhinav Srivastava",
"bio": "I write something colorful on something very dark.",
"url": "https://dsc.community.dev/jaypee-institute-of-information-technology-sec-128/",
"chapterName": "Jaypee Institute of Information Technology, Sec - 128",
"github": "http://github.com/abhinavsri360",
"linkedin": "https://www.linkedin.com/in/abhinavsri360/",
"twitter": "https://twitter.com/abhinavsri360",
"portfolio": "http://abhinavsri360.netlify.app/"

Voila! You will be on the map in no-time!

Thank you so much for visiting this repository ❤️ Liked this? ⭐ Want to Contribute? 🍴 Contribution to this can be a huge step to Open-Source and a great help to many developers out here 😄

⭐ Contributions

This is an open-source project, feel free to enhance the same by your valuable contributions.

⭐ Setup

In order to setup the project, follow the steps:

  1. Fork the repository.
  2. Clone the forked repository.
  3. Run npm run install or yarn install to install the dependencies involved in the project.
  4. One the above step is configured, run npm start or yarn start to run the project in development mode.
  5. The setup is done! Happy coding!

⭐ Contributors

Thanks to everyone who has helped in accumulating a legacy GDSC Lead Map! Image of contributors



About

A map to represent GDSC Leads throughout the globe.

https://gdscleadmap.netlify.app/

License:MIT License


Languages

Language:JavaScript 99.6%Language:HTML 0.4%