The Nigeria Geographic Information Website is a React-based web application that provides detailed information about states, local government areas (LGAs), and sub-areas in Nigeria. It offers a comprehensive database of geographic data, allowing users to explore the structure and distribution of Nigeria's regions.
- Browse and search for states in Nigeria
- View the local government areas (LGAs) within each state
- Expand each LGA to see the sub-areas contained within it
- User-friendly interface for easy navigation and information retrieval
- Clone the repository:
git clone https://github.com/Ayobamiu/geo-ng-web.git - Navigate to the project directory:
cd geo-ng-web - Install dependencies:
npm installoryarn install
- Start the development server:
npm startoryarn start - Open your browser and visit
http://localhost:3000to access the website - Use the search and navigation features to explore states, LGAs, and sub-areas in Nigeria
Contributions are welcome! If you'd like to contribute to the Nigeria Geographic Information Website, please follow these steps:
- Fork the repository
- Create a new branch:
git checkout -b feature/your-feature-name - Commit your changes:
git commit -m "Add your commit message" - Push to the branch:
git push origin feature/your-feature-name - Submit a pull request detailing your changes and enhancements
Visit our GitHub repository: https://github.com/Ayobamiu/geo-ng-web