Skip to content

floki1250/442

Repository files navigation

Mockup442

442 - Football Universe

🚀"442" - a universal football app designed to revolutionize how you organize matches! ⚽️

I developed "442" to help my friend streamline the process of setting up local games with teammates. Built with Nuxt and Vercel KV, this app provides a comprehensive platform for football enthusiasts, offering:

  • Live Scores: Stay updated with real-time scores.

  • Football News: Get the latest updates from the football world.

  • Match Organization: Easily organize local games by entering team members, date, time, and location, then share the game code with participants.

Check it out and let me know what you think!

https://442.vercel.app/

Setup

Make sure to install the dependencies:

# npm
npm install

# pnpm
pnpm install

# yarn
yarn install

# bun
bun install

Development Server

Start the development server on http://localhost:3000:

# npm
npm run dev

# pnpm
pnpm run dev

# yarn
yarn dev

# bun
bun run dev

Production

Build the application for production:

# npm
npm run build

# pnpm
pnpm run build

# yarn
yarn build

# bun
bun run build

Locally preview production build:

# npm
npm run preview

# pnpm
pnpm run preview

# yarn
yarn preview

# bun
bun run preview

Check out the deployment documentation for more information.