An AI-powered application built with SvelteKit that roasts your portfolio with witty and sharp humor. Submit your portfolio URL and get a taste of some tough love, all for fun!
| Technology | Link |
|---|---|
| SvelteKit | https://kit.svelte.dev/ |
| Tailwind CSS | https://tailwindcss.com/ |
| shadcn-svelte | https://www.shadcn-svelte.com/ |
| Google Generative AI | https://ai.google.dev/ |
| TypeScript | https://www.typescriptlang.org/ |
| Vite | https://vitejs.dev/ |
To get a local copy up and running, please follow these simple steps.
Clone the repository
git clone https://github.com/TreasureUzoma/portfolio-roaster.git
Navigate to the project directory
cd portfolio-roaster
Install dependencies
npm install
(or pnpm install or yarn install)
Set up environment variables
Create a .env file in the root of the project and add your Google Generative AI API key:
GOOGLE_GENAI_API_KEY=YOUR_API_KEY_HERE
Once the installation is complete, you can run the application locally.
Start the development server
npm run dev
Open in your browser
Navigate to http://localhost:5173.
Get Roasted! Enter a portfolio URL in the input field, click the "Roast It" button, and wait for the AI's witty response.
Contributions are what make the open-source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
git checkout -b feature/AmazingFeature)git commit -m 'Add some AmazingFeature')git push origin feature/AmazingFeature)