Skip to content

Latest commit

 

History

History
50 lines (32 loc) · 1.47 KB

README.md

File metadata and controls

50 lines (32 loc) · 1.47 KB

Bumbari React/Next app

Built for Zagreb Hackathon HACKL 2024.

Currently implemented:

  • Fetching events from Airtable API provided by organiser
  • Listing events in clickable preview cards with basic info, sorted by closest to today
  • Single event page with more details about each event
  • Basic navigation layout, Home is active, other links are placeholders
  • Basic styling following Figma design

Partially implemented:

  • Login / Register

Getting Started

Install all packages and dependencies.

Replace API URL and Bearer token placeholders with actual values.

Run the development server:

npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev

Open http://localhost:3000 with your browser to see the result.

Learn More

To learn more about Next.js, take a look at the following resources:

You can check out the Next.js GitHub repository - your feedback and contributions are welcome!

Deploy on Vercel

The easiest way to deploy your Next.js app is to use the Vercel Platform from the creators of Next.js.

Check out our Next.js deployment documentation for more details.