BSERS is a web application designed to streamline and digitize barangay services and emergency response procedures. The platform provides citizens with easy access to document services, incident reporting, and other essential barangay services through a user-friendly interface.
- Document Services: Request barangay clearances, certificates, and indigency certificates
- Incident Reporting: Report incidents with photo attachments and detailed information
- Emergency Services: Access emergency contact information and services
- Appointment Scheduling: Schedule appointments for document collection
- Mobile-Responsive Design: Access services from any device
- React.js
- Vite
- Tailwind CSS
- React Router
- React Icons
Follow these steps to set up the project locally:
-
Clone the repository
git clone https://github.com/04Sai/barangay.git cd barangay -
Install dependencies
npm install
-
Start the development server
npm run dev
-
Build for production
npm run build
Contributions are welcome! Please follow these steps:
- Fork the repository
- Create a new branch (
git checkout -b feature/amazing-feature) - Make your changes
- Commit your changes (
git commit -m 'Add some amazing feature') - Push to the branch (
git push origin feature/amazing-feature) - Open a Pull Request
This project is licensed under the MIT License.