mirror of
https://github.com/EdiFarcas/Giveaway-app.git
synced 2026-06-22 07:00:57 +03:00
1.9 KiB
1.9 KiB
Giveaway Site
A modern web application for hosting and managing giveaways, built with Next.js, TypeScript, and Tailwind CSS.
Features
- ⚡ Next.js App Router for fast, scalable routing and SSR/SSG.
- 🛠️ TypeScript for type safety and better developer experience.
- 🎨 Tailwind CSS for utility-first, responsive UI design.
- 🗂️ App Directory Structure for modular, maintainable code.
- 🔤 next/font for optimized font loading (Geist).
- 🔒 Environment Variables for secure configuration.
- 🚀 Ready for Vercel Deployment with zero-config.
Getting Started
-
Install dependencies:
npm install # or yarn install # or pnpm install # or bun install -
Run the development server:
npm run dev # or yarn dev # or pnpm dev # or bun dev -
Open http://localhost:3000 in your browser.
Project Structure
app/— Main application pages and routes.components/— Reusable UI components.styles/— Global and Tailwind CSS styles.public/— Static assets.next.config.js— Next.js configuration.tsconfig.json— TypeScript configuration.
Technologies Used
- Next.js — React framework for production.
- TypeScript — Static typing for JavaScript.
- Tailwind CSS — Utility-first CSS framework.
- next/font — Font optimization.
- Vercel — Deployment platform.
Deployment
Deploy instantly to Vercel for best performance and global reach.
Learn More
Feel free to contribute or open issues to improve the project!