Skip to content

DogFinderApp/dog-finder-app

Repository files navigation

Fluffy Finder

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

Setup Process

  • 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

Available Scripts

npm start

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.

npm run build

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.

npm run lint

Runs ES-Lint without fixing errors

npm run fix

Runs ES-Lint and fixes issues and erors if possible

License

MIT