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

https://github.com/correct-syntax/reference8

Web-based photo reference tool for artists and creatives
https://github.com/correct-syntax/reference8

art art-reference javascript nextjs react tailwindcss

Last synced: 10 months ago
JSON representation

Web-based photo reference tool for artists and creatives

Awesome Lists containing this project

README

          

# Reference8

[![Reference8](/.readme/reference8-banner.png)](https://reference8.com)

Web-based photo reference tool for artists and creatives.

Launch the latest build of [Reference8](https://reference8.com) in your browser.

- [x] Toggle fullscreen.
- [x] Select a photo or drag and drop to upload.
- [x] Drag and drop to replace the photo.
- [x] Overlay different types of grids over the photo.
- [x] Compare the original photo with photo with a grayscale, high contrast, or blur filter applied.

If you'd like to help out, please take a look at the Contributing section below.

## Installing

```bash
npm install
```

## Running the code

First, run the development server:

```bash
npm run dev
```

Then open [http://localhost:3000](http://localhost:3000) with your browser to see the result.

### Contributing

Reference8 is React + Next.js project using TailwindCSS for styling. The project (currently) uses plain Javascript modules rather than Typescript.

Contributions are welcome. You can open an issue, or get it contact with me at hi@noahrahm.com.

## License

Source code is licensed under the GPL-3.0 license. See [LICENSE](/LICENSE) for details.