https://github.com/cloudinary-devs/try-before-buy
A sample app to let a user try out a paint color on a photo of their room before they buy a paint
https://github.com/cloudinary-devs/try-before-buy
Last synced: about 1 year ago
JSON representation
A sample app to let a user try out a paint color on a photo of their room before they buy a paint
- Host: GitHub
- URL: https://github.com/cloudinary-devs/try-before-buy
- Owner: cloudinary-devs
- Created: 2025-02-28T11:56:40.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-28T12:10:10.000Z (about 1 year ago)
- Last Synced: 2025-02-28T18:50:25.323Z (about 1 year ago)
- Language: TypeScript
- Size: 45.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
# Try before you buy sample app
This is a mock-up of a tool that could be used by a DIY store to help customers decide on the best paint color to buy.
Customers can upload a photo of their room and select different colors to try out on their walls.
## To run locally:
```
npm i
```
then
```
npm run dev
```