This is the frontend for the Maine Endangered and Threatened Species of Maine application, built with React Admin. It visualizes endangered and threatened species in Maine through an interactive map and provides detailed species information.
- Interactive Map: Displays the locations of endangered and threatened species in Maine.
- Species List: Shows the full list of species with details including names, scientific names, descriptions, and locations.
- React: Frontend framework for building the user interface.
- React-Admin: Admin panel to manage species data.
- Leaflet.js: Library for embedding interactive maps.
- Axios: HTTP client to make API calls to the backend server.
- Clone the repository:
- npm install
- npm run dev from the client folder
- npm run build for hosting