Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/prince-bojji/agapsyon-webapp
AgapSyon is a web application aims to provide daily weather updates, guidelines for disaster preparedness, maps of evacuation centers, emergency hotlines, and to Report a problem.
https://github.com/prince-bojji/agapsyon-webapp
firebase reactjs tailwindcss
Last synced: about 1 month ago
JSON representation
AgapSyon is a web application aims to provide daily weather updates, guidelines for disaster preparedness, maps of evacuation centers, emergency hotlines, and to Report a problem.
- Host: GitHub
- URL: https://github.com/prince-bojji/agapsyon-webapp
- Owner: prince-bojji
- Created: 2023-07-22T09:31:05.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-04-14T12:09:03.000Z (9 months ago)
- Last Synced: 2024-04-15T10:41:38.070Z (9 months ago)
- Topics: firebase, reactjs, tailwindcss
- Language: JavaScript
- Homepage: https://agapsyon-webapp.vercel.app
- Size: 25.4 MB
- Stars: 4
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# AgapSyon-WebApp
![Agapsyon](./agapsyon/src/images/ss.png)
## About the Project
"AgapSyon: Paghanda at Pag-aksyon sa mga Sakuna”, is a web application that addresses the Philippines' lack of resources in managing disaster readiness and disaster response. Due to the country's vulnerability to natural calamities, including floods, typhoons, earthquakes, fire, volcanic eruptions, and landslides.
AgapSyon aims to provide daily weather updates, guidelines for disaster preparedness, maps of evacuation centers, emergency hotlines, and to Report a problem.
This application is built using Tailwind CSS, React JS, and Firebase.
## Getting Started
To get a local copy up and running, follow these steps.
### Prerequisites
Before you begin, ensure you have installed the latest version of:
- Node.js and npm
- Git### Installation
1. Clone the repository:
```bash
git clone https://github.com/prince-bojji/AgapSyon-WebApp.git2. Navigate to the project directory:
```bash
cd agapsyon
3. Install the project dependencies:
```bash
npm install
5. Start the development server:
```bash
npm startNow you should be able to see the project running at localhost:3000.
## Contributing
1. Fork the Project
2. Create your Feature Branch (`git checkout -b feature/YourFeature`)
3. Commit your Changes (`git commit -m 'Add some feature'`)
4. Push to the Branch (`git push origin feature/YourFeature`)
5. Open a Pull Request