Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jaagrav/indicov
https://github.com/jaagrav/indicov
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/jaagrav/indicov
- Owner: Jaagrav
- Created: 2021-04-28T20:39:53.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-05-01T22:03:49.000Z (over 3 years ago)
- Last Synced: 2024-05-01T17:12:19.598Z (7 months ago)
- Language: JavaScript
- Homepage: https://indicov.co
- Size: 13.9 MB
- Stars: 7
- Watchers: 2
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# IndiCov | A platform for all your covid needs.
![IndiCov](https://user-images.githubusercontent.com/65373279/116795491-fdb16100-aaf2-11eb-8d99-09d0322085d8.png)
IndiCov is a platform that works towards helping patients during this pandemic by informing and constantly updating them of the available resources. People can visit this site and check in the status of the resource availability according to the states or district wise.
## APIs Used
| Data | URL |
| --------------------------------- | ------------------------------------------------------------------------------- |
| List of districts with Data | |
| Ambulance availability | |
| Helpline Numbers | |
| Hospitals and Beds | |
| Medicine availability | |
| Oxygen availability | |## Want to help with coding?
Join our discord and get in touch with several other developers.
# How you can start contributing to IndiCov?
Types of Contributions:
1. Code (Front-End)
2. Manpower (volunteers for verification)
3. Amplification - Help spread the word on social media## Ready to start
We welcome everyone to join in the construction of the project. As a pre requirement, you need to have a preliminary understanding of React , this is a good learning document for [React](https://reactjs.org/docs/getting-started.html).For basic operation of Git, you can refer to [GitHub's help documentation](https://help.github.com/en/github/using-git)
We are using Material UI for developing the Website , [Material UI Docs](https://material-ui.com/) is an amazing place to get started and refer.
Any kind of Contributions is Accepted.
## Contributing
[Fork this repository](https://github.com/Design-and-Code/IndiCov) to your own account and then clone it.
Create a new branch for your changes: `git checkout -b {BRANCH_NAME}`.
You can either use npm or yarn as your package manager.## Getting Started
First, run the development server:
```
npm install
npm run dev
# or
yarn dev
```Open http://localhost:3000 with your browser to see the result.
You can start editing the page by modifying pages/index.js. The page auto-updates as you edit the file.
# Got stuck ?
- Create new issue to tell us: create [issue](https://github.com/Design-and-Code/IndiCov/issues/new/choose).
- Feel Free to Ask on our [Discord](https://discord.gg/druweDMn3s).