Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 1.04 KB

File metadata and controls

26 lines (17 loc) · 1.04 KB

LevelUp

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.

Live Demo

See the live site in action: levelup‑six.vercel.app

Tech Stack

  • 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.

Development

Vercel Deployments

To run the project locally:

git clone https://github.com/CipherEnigma/levelup.git
cd levelup
npm install
npm run dev