Red Alert is a comprehensive emergency management and disaster response platform. It provides real-time monitoring, alerting, analytics, and resource management for incidents such as floods, disease outbreaks, and other emergencies.
- Multi-hazard incident reporting and management
- Real-time alerts and notifications
- Disease surveillance and outbreak tracking
- Flood monitoring and water level analytics
- Resource allocation and inventory management
- Volunteer coordination and task assignment
- Analytics dashboards for trends and response times
- User authentication and role-based access
- Next.js (React framework)
- TypeScript
- Tailwind CSS
- Node.js (v16+ recommended)
- PNPM (install via
npm install -g pnpm)
- Clone the repository:
git clone https://github.com/GIOVESS/red-alert.git cd red-alert - Install dependencies:
pnpm install
- Development mode:
pnpm dev
- Production build:
pnpm build pnpm start
app/- Next.js app directory (pages, layouts, routes)components/- Reusable UI and feature componentshooks/- Custom React hookslib/- Utility functionspublic/- Static assetsstyles/- Global styles
- Fork the repository
- Create a new branch (
git checkout -b feature/your-feature) - Commit your changes (
git commit -m 'Add new feature') - Push to the branch (
git push origin feature/your-feature) - Open a Pull Request
This project is licensed under the MIT License.
For more information, see the GitHub repository.