Fall in love with your next color scheme https://terminaltinder.com
Go to file
2024-09-10 14:54:19 -04:00
app Add social preview, fix share page 2024-09-10 14:41:05 -04:00
public Add share button and share view. and cleanup 2024-09-10 14:08:02 -04:00
.eslintrc.json Initial commit from Create Next App 2024-09-09 09:50:12 -04:00
.gitignore Initial commit from Create Next App 2024-09-09 09:50:12 -04:00
DEVLOG.md Docs 2024-09-10 14:54:19 -04:00
Dockerfile Polish and Packaging 2024-09-09 17:03:22 -04:00
formatted_themes.json MVP complete 2024-09-09 16:59:00 -04:00
next.config.js Polish and Packaging 2024-09-09 17:03:22 -04:00
next.config.mjs Initial commit from Create Next App 2024-09-09 09:50:12 -04:00
package-lock.json Name fixes, more output formats, algo changes 2024-09-10 12:50:15 -04:00
package.json Name fixes, more output formats, algo changes 2024-09-10 12:50:15 -04:00
postcss.config.mjs Initial commit from Create Next App 2024-09-09 09:50:12 -04:00
README.md Docs 2024-09-10 14:54:19 -04:00
tailwind.config.ts MVP Complete 2024-09-09 11:51:54 -04:00
themes_downloader.py MVP complete 2024-09-09 16:59:00 -04:00
tsconfig.json Initial commit from Create Next App 2024-09-09 09:50:12 -04:00

Terminal Tinder

Terminal Tinder is a web app that allows you to find the perfect color scheme for your terminal. It's a fun and interactive experience that uses a genetic algorithm to generate color schemes based on your preferences to randomly generated color schemes and existing color schemes.

How to use

Local Development

  1. Clone the repository
  2. Run npm install
  3. Run npm run dev

Docker

  1. Clone the repository
  2. Run docker build -t terminal-tinder .
  3. Run docker run -p 3000:3000 terminal-tinder