This is a simple app that allows you to capture photos using your computer's webcam.
- Capture photos using your computer's webcam
- Save captured photos to your local device
- Basic user interface with options to preview and retake photos
To use the app, simply run it on your local machine and follow the instructions provided by the user interface. You will need to have a working webcam and a modern web browser installed on your device.
- Clone or download the repository to your local machine.
- Open a terminal window and navigate to the project directory.
- Run
npm install
to install the project dependencies. - Run
npm start
to start the development server. - Open http://localhost:3000 in your web browser.
- Allow the app to access your webcam when prompted.
- Use the app to capture photos and save them to your local device.
The app is currently deployed and can be accessed at https://beautiful-bombolone-6ce05d.netlify.app/.
If you would like to contribute to this project, feel free to fork the repository and make any changes or improvements you see fit. Pull requests are always welcome!
This app was created with [Create React App](https://create-react-app