ELEVATE is a clean, modern UI/UX design project for a fictional cloud services company. Built using Next.js, it integrates authentication with Clerk, including support for OAuth providers. While not a full-stack application, ELEVATE demonstrates professional authentication flows and a production-ready user interface.
- Built using Next.js
- Clerk integration for authentication (email/password and OAuth)
- Modern, responsive design
- Optimized font rendering using
next/fontwith Geist - Developer-friendly architecture
git clone https://github.com/Ahmadjamil888/elevate.git
cd elevate
npm installnpm run dev
# or
yarn dev
# or
pnpm dev
# or
bun devStart editing from:
app/page.tsx


