Skip to content

Commit 601ac72

Browse files
* Remove unwanted dependencies Signed-off-by: Aravind Nair <[email protected]> * Update dependencies Signed-off-by: Aravind Nair <[email protected]> * Refactor Signed-off-by: Aravind Nair <[email protected]> * Fix worldData JSON Signed-off-by: Aravind Nair <[email protected]> * Remove www Signed-off-by: Aravind Nair <[email protected]> * Switch to HTTPS Signed-off-by: Aravind Nair <[email protected]> * Remove broken/expired domain jacobabraham.me of @jacob13400 Signed-off-by: Aravind Nair <[email protected]> * Update docs Signed-off-by: Aravind Nair <[email protected]> * Update @aravindvnair99 Signed-off-by: Aravind Nair <[email protected]> * Compress images Signed-off-by: Aravind Nair <[email protected]> * Switch to JPG Signed-off-by: Aravind Nair <[email protected]> * Resize images to 400px*400px Signed-off-by: Aravind Nair <[email protected]> * Fix broken image extension Signed-off-by: Aravind Nair <[email protected]> * Compress images Signed-off-by: Aravind Nair <[email protected]> * 2.1.0 * Update dependencies Signed-off-by: Aravind Nair <[email protected]> * @testing-library/user-event 13.1.8 Signed-off-by: Aravind Nair <[email protected]> * Update CONTRIBUTING.md * Remove one.jpg Signed-off-by: Aravind Nair <[email protected]> * Compress images Signed-off-by: Aravind Nair <[email protected]> * Compress images Signed-off-by: Aravind Nair <[email protected]>
1 parent 0f2b261 commit 601ac72

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

66 files changed

+13418
-12969
lines changed

CONTRIBUTING.md

+5-6
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22

33
## Adding yourself to the map
44

5-
**IMPORTANT: Please do not include any package files such as `package.json` or `package-lock.json` or `yarn-lock.json` in the Pull Request.**
5+
**IMPORTANT: Please do not modify dependency files such as `package.json` or `package-lock.json` or `yarn-lock.json`. Doing `npm i` or `yarn install` is not required for adding yourself.**
66

7-
Find your latitude, longitude using this: https://www.latlong.net/convert-address-to-lat-long.html
7+
Find your latitude, longitude using this: <https://www.latlong.net/convert-address-to-lat-long.html>
88

9-
Verify the latitude and longitude using this: https://www.latlong.net/Show-Latitude-Longitude.html
9+
Verify the latitude and longitude using this: <https://www.latlong.net/Show-Latitude-Longitude.html>
1010

1111
In order to get yourself on the map, add your details in `src/components/json/worldData.js` by duplicating one of the existing entries such as:
1212

@@ -35,15 +35,14 @@ Import the image at the top of the file using:
3535
import abhinavsri360 from "../../photos/abhinavsri360.jpg";
3636
```
3737

38-
3938
### Notes for adding yourself to the map
4039

4140
- Don't forget to add your `jpg` photo with a resolution of `400px*400px` in `src/photos/` with the file name as your GitHub username and import it. Use a tool such as [this](https://resizeimage.net) to achieve the same.
4241
- For url use the `https://dsc.community.dev` chapter URL.
4342
- Use only the below mentioned skills in the skills array.
4443

45-
| AI/ML | App Dev | Cloud | UI/UX | Web Dev | IoT | Cybersecurity | XR |
46-
| ----- | ------- | ----- | ----- | ------- | --- | ------------- | -- |
44+
| AI/ML | App Dev | Cloud | UI/UX | Web Dev | IoT | Cybersecurity | XR |
45+
| ----- | ------- | ----- | ----- | ------- | --- | ------------- | --- |
4746

4847
## Other PRs
4948

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
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.
1414

15-
Website is deployed here: https://www.gdscleads.team/
15+
Website is deployed here: <https://www.gdscleads.team/>
1616

1717
## :star: Place yourself on Map
1818

@@ -33,11 +33,11 @@ This is an open-source project, feel free to enhance the same by your valuable c
3333

3434
## :star: Setup
3535

36-
In order to setup the project, follow the steps:
36+
In order to setup the project locally, follow the steps:
3737

3838
1. [Fork on GitHub](https://github.com/abhinavsri360/GDSC-Lead-Map/fork)
3939
2. Clone the forked repository.
40-
3. `npm install` or `yarn install` to install the dependencies involved in the project.
40+
3. `npm i` or `yarn install` to install the dependencies involved in the project.
4141
4. `npm start` or `yarn start` to run the project in development mode.
4242
5. The setup is done! Happy coding!
4343

package-lock.json

+1,616-1,598
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
22
"name": "gdsc-lead-map",
3-
"version": "2.0.1",
3+
"version": "2.1.0",
44
"homepage": ".",
55
"private": true,
66
"dependencies": {
77
"@material-ui/core": "^4.11.3",
88
"@material-ui/icons": "^4.11.2",
99
"@testing-library/jest-dom": "^5.11.4",
1010
"@testing-library/react": "^11.1.0",
11-
"@testing-library/user-event": "^12.1.10",
11+
"@testing-library/user-event": "^13.1.8",
1212
"bootstrap": "^4.6.0",
1313
"gh-pages": "^3.1.0",
1414
"leaflet": "^1.7.1",

0 commit comments

Comments
 (0)