"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.
To get a local copy up and running, follow these steps.
Before you begin, ensure you have installed the latest version of:
- Node.js and npm
- Git
- Clone the repository:
git clone https://github.com/prince-bojji/AgapSyon-WebApp.git
- Navigate to the project directory:
cd agapsyon
- Install the project dependencies:
npm install
- Start the development server:
npm start
Now you should be able to see the project running at localhost:3000.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/YourFeature
) - Commit your Changes (
git commit -m 'Add some feature'
) - Push to the Branch (
git push origin feature/YourFeature
) - Open a Pull Request