Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/varunbln/tip-of-my-tongue
Website to help you identify what word, movie or song is on the tip of your tongue
https://github.com/varunbln/tip-of-my-tongue
Last synced: about 2 months ago
JSON representation
Website to help you identify what word, movie or song is on the tip of your tongue
- Host: GitHub
- URL: https://github.com/varunbln/tip-of-my-tongue
- Owner: varunbln
- Created: 2024-02-02T11:41:28.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-02-05T10:02:06.000Z (11 months ago)
- Last Synced: 2024-06-06T22:37:36.590Z (7 months ago)
- Language: TypeScript
- Homepage: https://tipofmytongue.varunbalani.com
- Size: 1.52 MB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
![Demo of the website](https://i.imgur.com/9SIXABi.gif)
# Tip of My Tongue
Ever found yourself in that frustrating moment where the
perfect word, the name of that movie, or a song are right on
the tip of your tongue, but you just can't grasp it? This website let's you quickly find out what's on the tip of your tongue.
https://tipofmytongue.varunbalani.com## Tech Stack
- Next.js with App Router
- ShadcnUI
- Tailwind
- GPT-4 for suggestion generation## Self Hosting Instructions
- Run `git clone https://github.com/varun-balani/tip-of-my-tongue`
- Install required packages with `npm i`
- Configure your OpenAI API Key in `.env` as `OPENAI_API_KEY`
- Run `npm run dev`