This project contains interactive side-bar components for use in AR applications. These components are built using the React framework (Typescript) and other thrid-party API such as Spotify API.
World Clocks | Reminders | Weather |
---|---|---|
World Clocks using JavaScript's built-in Date.UTC() functions | Basic manager for checking off tasks | Current Weather for a city as specified in the URL. Example: http://localhost:3000/#/weather/Toronto will show Toronto Canada's forcast when running a dev build. All weather data is fetched from openweathermap.org. |
In the project directory, you can run:
Installs all npm dependancies
See package.json
for list of dependancies.
Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.
Launches the test runner in the interactive watch mode.
See the section about running tests for more information.
Builds the app for production to the build
folder.
It correctly bundles React in production mode and optimizes the build for the best performance.
The build is minified and the filenames include the hashes.
Your app is ready to be deployed!
See the section about deployment for more information.
You can learn more in the Create React App documentation.
To learn React, check out the React documentation.