This Project contains the UI For a centralized system that uses AI and algorithms to cross-match between dogs reported missing and dogs reported as found.
FluffyFinder.mp4
- Clone the repo
git clone https://github.com/DogFinderApp/dog-finder-app.git
- Move to the repo
cd dog-finder-app
- Install dependencies
npm i
git clone https://github.com/DogFinderApp/dog-finder-app.git
cd dog-finder-app && npm i
Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.
The page will reload if you make edits.
You will also see any lint errors in the console.
Builds the app for production to the build
folder.
It correctly bundles React in production mode and optimizes the build for the best performance.
The build is minified and the filenames include the hashes.
Your app is ready to be deployed!
See the section about deployment for more information.
Runs ES-Lint without fixing errors
Runs ES-Lint and fixes issues and erors if possible