This is an SOA app and needs both this repo (front end) AND (back end) in order to be fully functioning.
In the Field is a mushroom identification app. Designed for folks looking to explore, learn about, and identify mushrooms. In the Field has the ability for registered users to upload pictures from mushrooms they have found in the wild and get a list of probable matches complete with information about said mushroom. Users also have the ability to create their own field guide of mushrooms they have saved.
- React 18.2.0
To get a local copy, follow these simple instructions
- Fork the Project
- Clone the repo
#terminal
git clone [email protected]:In-The-Field/In_The_Field_FE.git
- Move into the directory
#terminal
cd In-The-Field/In_The_Field_FE
- Install required dependencies
#terminal
npm install
- Launch the application
#terminal
npm start
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!