Skip to content

zblace/bumbari-zg-hackl-2024

 
 

Repository files navigation

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.

About

Bumbari App for ZG Hackl 2024

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 92.4%
  • CSS 5.3%
  • JavaScript 2.3%