/whats-open-web

See What's Open on campus right now.

Primary LanguageJavaScriptApache License 2.0Apache-2.0

What's Open Web

What's Open Web is a React application that uses data retrieved from the What's Open API to display information about the facilities on George Mason University's campuses.

Contributing

  • Join #whats-open-web on slack
  • Tag a fixed issue within the commit by ending the commit with closes #issue
  • Open issues can be found here

Requirements

Setup

  1. Clone the repository
  2. Install dependencies either by npm install or yarn

Debugging

  • A development server can be accessed by npm start or yarn start
  • It is highly recommended to use the React and Redux dev tools