The website that judges you based on your media interests. Choose your social media platform, select a tone (roast if you're up to it), and let Critique give you a complete review of your activities on the platform. The users can get critiques on their Spotify, MyAnimeList, Github, and Letterboxd profiles with other platform integrations on the way!
critique-final.mp4
- Next.js
- Typescript
- Tailwind CSS
- Openrouter
- API for developers (Spotify, MyAnimeList, Github)
To start Critique locally, use these following steps:
git clone https://github.com/Spandan-Mishra/critique.git
cd critique
npm install
Create .env by using:
cp .env.example .env
Add values to the following environment variables:
OPENROUTER_API_KEY=
MAL_CLIENT_ID=
GITHUB_TOKEN=
SPOTIFY_CLIENT_ID=
SPOTIFY_CLIENT_SECRET=
NEXTAUTH_SECRET=
NEXTAUTH_URL=http://127.0.0.1:5000 (default for local development)
Go to the root and run this command
npm run dev