Corona Resources Portal is a web application developed to connect COVID-19 patients in India with critical resources such as oxygen cylinders and hospital beds. This project aims to provide a platform where users can easily find and access the necessary resources during these challenging times.
Access deployed application at https://64b6ec1baf2fd303c89d21ae--elaborate-kulfi-a9d989.netlify.app/
- Search for available resources such as oxygen cylinders and hospital beds
- Filter resources based on location and availability
- Submit requests for required resources
- Volunteer registration to offer help and support
The project utilizes the following technologies:
- React.js: A JavaScript library for building user interfaces.
- Node.js: A runtime environment for executing JavaScript code on the server-side.
- MongoDB: A popular NoSQL database for storing and retrieving data.
The application has been deployed using the following steps:
- Clone the repository:
git clone <repository-url>
- Install dependencies:
npm install
- Set up the environment variables:
- Create a
.env
file in the root directory - Add the necessary environment variables (e.g., database connection details, API keys)
- Create a
- Start the development server:
npm start
- Access the application locally at http://localhost:3000
Contributions to the Corona Resources Portal project are welcome! If you would like to contribute, please follow these steps:
- Fork the repository
- Create a new branch for your feature or bug fix:
git checkout -b new-feature
- Make the necessary changes and commit your code:
git commit -am 'Add new feature'
- Push to the branch:
git push origin new-feature
- Submit a pull request detailing your changes
The Corona Resources Portal project is licensed under the MIT License.
We would like to express our gratitude to all the contributors and volunteers who have helped make this project possible. Thank you for your support and dedication.