Disaster Response Coordinator is a web application designed to provide a tool for emergency workers to manage and handle support requests during a disaster. It is built with TypeScript, JavaScript, Angular, and NPM.
- Home: A landing page for users to understand the purpose of the application.
- Register: A page for new users to create an account.
- Login: A page for returning users to log into their account.
- Dashboard: A central hub for users to navigate the application. It includes:
- Map: A visual representation of ongoing support requests.
- Profile: A page for users to view and edit their profile information.
- Warehouse: A page for administrators to manage resources.
- 404: A page displayed when the requested content cannot be found.
To install and run the project locally, follow these steps:
- Clone the repository to your local machine.
- Navigate to the project directory.
- Install the necessary dependencies with
npm install. - Start the application with
npm start.
Please note that you need to have Node.js and NPM installed on your machine to run this project.
Contributions are not currently being accepted for this project.
This project is licensed under the terms of the MIT license.