Covin 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.
Data | URL |
---|---|
List of districts with Data | https://life-api.coronasafe.network/data/active_district_data.json |
Ambulance availability | https://life-api.coronasafe.network/data/ambulance.json |
Helpline Numbers | https://life-api.coronasafe.network/data/helpline.json |
Hospitals and Beds | https://life-api.coronasafe.network/data/hospital.json |
Medicine availability | https://life-api.coronasafe.network/data/medicine.json |
Oxygen availability | https://life-api.coronasafe.network/data/oxygen.json |
Join our discord and get in touch with several other developers.
Types of Contributions:
- Code (Front-End)
- Manpower (volunteers for verification)
- Amplification - Help spread the word on social media
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.
For basic operation of Git, you can refer to GitHub's help documentation
We are using Material UI for developing the Website , Material UI Docs is an amazing place to get started and refer.
Any kind of Contributions is Accepted.
Fork this repository 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.
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.