RRResults is a front-end project designed to work with iNaturalist data. It provides an intuitive interface for displaying animated results and allows experts to evaluate observations. The back-end functionality is handled separately.
-
Animated Result Display
- A visually engaging page to showcase results in an animated format.
- Designed for seamless interaction and user-friendly experience.
-
Expert Evaluation Page
- A dedicated page for experts to review and evaluate observations.
- Optimized for efficient data analysis and decision-making.
- HTML, CSS, JavaScript, Typescript
- Frameworks/Libraries: Boostrap
- Github Pages
- Data Source: preprocessed iNaturalist data
- Vite for fast development and optimized builds.
- Clone the repository:
git clone https://github.com/this-username/this-repo.git cd this-repo - Install dependencies:
npm install
- Start the development server:
npm run dev
- Build for production:
npm run build
- Publish on GitHub Pages:
npm run deploy
- This project is the front-end part only. The back-end logic and data processing are handled in a separate repository.
- Ensure the back-end is properly configured and running to fetch or process iNaturalist data.
MIT License
- iNaturalist for providing the data.
- Contributors and developers who made this project possible.