-
In Doctor component, a and href are used to load details. Link to can be used to render details without re-loading the page.
-
Add a pull request template to the project.
-
test things by changing redirect uri
https://github.com/kossiitkgp/KWoC-21-Frontend/blob/121a45e5adf55fb809955519722d0880043140cb/src/components/OAuth.js#L14
```javascript
import React, { useEffect…
-
use react-hot-toast for login, announcement etc. notifs
if (!res["isNewUser"]) props.history.push("/dashboard/mentor");
https://github.com/kossiitkgp/KWoC-21-Frontend/blob/121a45e5adf55fb80995551972…
-
- How do we collect stats
- What exactly are PRs and commits count denote
- Why my commits are not showing up
- How to reconfigure username properly on github
Related mistake from Past year - …
-
## Description
Find the Technologies used in a Web Application. Take the input either as a Single Website URL or a CSV File. In the case of Former, generate the results on the CLI while in latter …
-
We plan to shuffle the projects and stats. Make a separate file named `shuffle.js`, which includes a function `shuffleArray`, which takes 2 parameters
1. Array - the array that needs to be shuffled
…
-
Queries can be quickly resolved on Slack. But many participants are not aware that Slack exists. Lets keep the "Join Slack" as an invite link to Slack on the navbar.
Here is the permanent invite li…
-
Use open source fonts which are free to use for project purposes. Keep the text color and style in accordance with Google's Material UI guidelines.
-
based on response this should be set.
setBranch(branches_opts[0]["value"]); // setting the first as the default selected branch
https://github.com/kossiitkgp/KWoC-21-Frontend/blob/887824c2409d7564bb…