Tanishq Dubey 7738605de3
Some checks failed
CI/CD Pipeline / build-and-test (push) Successful in 1m22s
CI/CD Pipeline / docker (push) Failing after 7s
Fix link titles, let history items be clickable, add cicd
2024-09-10 15:07:54 -04:00
2024-09-09 09:50:12 -04:00
2024-09-10 14:54:19 -04:00
2024-09-09 17:03:22 -04:00
2024-09-09 16:59:00 -04:00
2024-09-09 17:03:22 -04:00
2024-09-10 14:54:19 -04:00
2024-09-09 11:51:54 -04:00
2024-09-09 16:59:00 -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
Description
Fall in love with your next color scheme
https://terminaltinder.com
Readme 454 KiB
Languages
TypeScript 95.3%
Python 3.3%
CSS 0.5%
Dockerfile 0.5%
JavaScript 0.4%