# Coding Accelerator – Landing Page ## Some Screenshots ![Hero Image](https://hc-cdn.hel1.your-objectstorage.com/s/v3/4d53fb5a2e647793109d3f7b1a4bd7e5a2c9c4bf_image.png) Live demo: [youngdevs.vercel.app](https://youngdevs.vercel.app) This is a landing page for a coding accelerator. It's built with modern frontend tools and has a bunch of animations, including a trippy animated background using React Three Fiber. The design uses glassmorphism everywhere, so it looks kinda fancy. ## Tech Stack * Next.js 15 * React * Tailwind CSS * Framer Motion * React Three Fiber ## Setup ### 1. Clone the repo ```bash git clone https://github.com/ObayM/CodingProgram.git cd CodingProgram ``` ### 2. Install dependencies ```bash npm install ``` ### 3. Start the dev server ```bash npm run dev ``` Go to `http://localhost:3000` and you’re good. ## AI Got some debugging help from AI (Gemini) and used it to help/guide me to create some components. Also used Gemini Code Assist code completions and Vscode