Skip to content

26samaahmed/concert-tracker

Repository files navigation

TODO LIST:

Version 1:

  • Use Ticket Master API to fetch the concert details and display it.
  • Add a view seatings button where the user will be redirected to the ticket master page to show seating options
  • Allow the user to enter a specific city and then display the concenrt based on location.
  • Work on UI using a new framework.
  • Adjust timezones based on user-entered city using momentjs library + filter events by month
Screen.Recording.2024-08-06.at.12.13.17.PM.mov

Version 2:

  • Create a Page that allows user to sign up/login. This will be implemented using FireBase and JS for the backend.
  • List the artist's top song under their event card for people to preview if they don't know the artist.
  • Add a turn on notification option to remind users when the event date is closer
  • Add a dashboard to store events that the user will attend in the future

create-svelte

Everything you need to build a Svelte project, powered by create-svelte.

Creating a project

If you're seeing this, you've probably already done this step. Congrats!

# create a new project in the current directory
npm create svelte@latest

# create a new project in my-app
npm create svelte@latest my-app

Developing

Once you've created a project and installed dependencies with npm install (or pnpm install or yarn), start a development server:

npm run dev

# or start the server and open the app in a new browser tab
npm run dev -- --open

Building

To create a production version of your app:

npm run build

You can preview the production build with npm run preview.

To deploy your app, you may need to install an adapter for your target environment.

Teck Stack: SvelteKit, Javascript, Ticketmaster API
made with 💚 by sama ahmed

About

display the concerts based on the preferences the user has (wip)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published