Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/georgegkonis/disaster-response-coordinator
https://github.com/georgegkonis/disaster-response-coordinator
Last synced: 3 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/georgegkonis/disaster-response-coordinator
- Owner: georgegkonis
- License: mit
- Created: 2023-09-14T06:55:41.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2024-06-30T12:01:22.000Z (5 months ago)
- Last Synced: 2024-07-02T04:57:34.186Z (5 months ago)
- Language: TypeScript
- Size: 992 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Disaster Response Coordinator
## Description
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.## Features
- **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.## Installation
To install and run the project locally, follow these steps:
1. Clone the repository to your local machine.
2. Navigate to the project directory.
3. Install the necessary dependencies with `npm install`.
4. 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.
## Contributing
Contributions are not currently being accepted for this project.
## License
This project is licensed under the terms of the MIT license.