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
- Host: GitHub
- URL: https://github.com/correct-syntax/reference8
- Owner: Correct-Syntax
- License: gpl-3.0
- Created: 2023-07-05T16:30:07.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2025-01-20T00:43:17.000Z (about 1 year ago)
- Last Synced: 2025-01-25T18:16:41.924Z (about 1 year ago)
- Topics: art, art-reference, javascript, nextjs, react, tailwindcss
- Language: JavaScript
- Homepage: https://reference8.com
- Size: 6.04 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# Reference8
[](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.