This project is a React web application that allows users to take a photo of a cat or dog using their mobile device's camera.
- The Webapp is no longer online on http://keepitnative.xyz:5000
- Please use a local installation instead to test the application
- Node.js
- npm (Node Package Manager, usually comes with Node.js)
-
Clone the repository:
git clone https://github.com/yourusername/react-webapp-frontend.git cd react-webapp-frontend
-
Install the dependencies:
npm install
-
Running the Project
To start the development server, run:
npm start
-
Run the app locally (for testing) without camera:
http://localhost:5000