A simple web application to search and filter New Jersey municipality codes. Built with vanilla JavaScript and DaisyUI.
Visit njcodes.arielnathan.com
- Search municipalities by name or code
- Filter by county
- Responsive design
- Accessible UI with ARIA labels and screen reader support
- SEO optimized
- Back to top button for easy navigation
- Vanilla JavaScript
- TailwindCSS
- DaisyUI
- Clone the repository:
git clone https://github.com/arielnathan/njcodes.git
- Navigate to the project directory:
cd njcodes
- Open the
index.html
file in your browser.
This project is licensed under the MIT License - see the LICENSE file for details.
Contributions are welcome! Please feel free to submit a Pull Request.
- Fork the repository
- Create your feature branch (
git checkout -b feature/amazing-feature
) - Commit your changes (
git commit -m 'Add some amazing feature'
) - Push to the branch (
git push origin feature/amazing-feature
) - Open a Pull Request