Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added FAQs and resources #22

Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
30 changes: 30 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,36 @@ git push -u origin <your_branch_name>

---

### Frequently Asked Questions(FAQs) for GSSoC'20:

#### 1. How to start as a beginner so as to contribute to the project?
There are many beginner level issues to begin with, which include documentation, development and design. Also, feel free to make issues for features as well as for reporting bugs.Participants can claim an issue by commenting that they are interested in it. We are also open to new ideas and suggestions.


#### 2. Is this a hardware/IoT project?
Yes, it is a hardware/IoT + software project. There would be maximum tasks related to frontend, backend, design and documentation of the website and later, it would be integarted with the real-time data from the sensors.

#### 3. How to communicate with us?
All communication will happen on the Slack channel for this particular projects. Mentors can also be reached through GitHub. Avoid DMs and unnecessary mentions on slack and GitHub both. Checkout this issue for more: [https://github.com/vinitshahdeo/Water-Monitoring-System/issues/15"](https://github.com/vinitshahdeo/Water-Monitoring-System/issues/15)

#### 4. What is the Tech Stack for this project?
**Frontend:** ReactJS
**Backend:** Django, NodeJS

#### 5. What is the deadline for any task submission?
Mentors can assign issues to participants and also mention a deadline before which the issue is to be resolved. They can reassign issues in case of any delay, so be active and complete your tasks within the negotiated duration.

---

### Important Resources:


- Django Docs: [https://docs.djangoproject.com/en/3.0/](https://docs.djangoproject.com/en/3.0/)
- React Docs: [https://reactjs.org/docs/getting-started.html](https://reactjs.org/docs/getting-started.html)
- Git and GitHub: [https://www.digitalocean.com/community/tutorials/how-to-use-git-a-reference-guide](https://www.digitalocean.com/community/tutorials/how-to-use-git-a-reference-guide)

---

```javascript
/**
*
Expand Down