Skip to content

Latest commit

 

History

History
41 lines (26 loc) · 1.03 KB

README.md

File metadata and controls

41 lines (26 loc) · 1.03 KB

internship-boilerplate

ViteJS boilerplate for PitchPrint Hackathon

projects

  1. Weather App
  2. Movie Listings
  3. News Aggregator
  4. Bus Schedule Display

weather-app-basic-requirements

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.

movie-listings-basic-requirements

Design an app to fetch popular and upcoming movies. Use the following API: TMDB

news-aggregator-basic-requirements

Design an app to fetch the current top headlines for South Africa. Use the following API: NEWSAPI

bus-schedule-display-basic-requirements

Design an app to display bus schedules. Use the following API: BART

installing

git clone https://github.com/pitchprint/internship-boilerplate.git cd project npm install

run-project

npm run dev