ViteJS boilerplate for PitchPrint Hackathon
- Weather App
- Movie Listings
- News Aggregator
- Bus Schedule Display
Design an app to fetch Cape Town's weather and forecast for the next 7 days. Use the following API: Weatherstack. Create an account to retrieve your API Keys.
Design an app to fetch popular and upcoming movies. Use the following API: TMDB
Design an app to fetch the current top headlines for South Africa. Use the following API: NEWSAPI
Design an app to display bus schedules. Use the following API: BART
git clone https://github.com/pitchprint/internship-boilerplate.git cd project npm install
npm run dev