LevelUp is a dynamic, developer-built website crafted during the LevelUp Buildathon. Built with Next.js, Tailwind CSS, and Firebase, this project was developed, maintained, and deployed over two months—covering everything from feature development to production deployments.
See the live site in action: levelup‑six.vercel.app
- Next.js – A React framework for building production-grade web applications.
- Tailwind CSS – A utility-first CSS framework for rapid UI development.
- Firebase – Used for hosting, backend services, and possibly authentication or database integration.
- Vercel – The deployment platform handling CI/CD for seamless production rollout.
To run the project locally:
git clone https://github.com/CipherEnigma/levelup.git
cd levelup
npm install
npm run dev