An open API service indexing awesome lists of open source software.

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

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
```