Go to file
rui hildt 27e0889737 Refactor styling of multiple screens and NavBar
-  Add the title to the navbar
- Add react-helmet and Title component to help change tab/page title
- Improve layout of Schedule screen
- Add a "clear selection" button to Schedule screen
- Improve readability of forms
2020-06-03 01:11:34 +02:00
public Add Schedule screen, refactor screens and tz data 2020-05-27 15:51:41 +02:00
src Refactor styling of multiple screens and NavBar 2020-06-03 01:11:34 +02:00
.gitignore Add basic create-react-app 2020-05-11 11:47:56 +02:00
LICENSE Add license and update readme 2020-05-11 11:10:07 +02:00
README.md Add license and update readme 2020-05-11 11:10:07 +02:00
config-overrides.js Extract TopBar to a component / improve style 2020-05-11 19:09:59 +02:00
package.json Refactor styling of multiple screens and NavBar 2020-06-03 01:11:34 +02:00
yarn.lock Refactor styling of multiple screens and NavBar 2020-06-03 01:11:34 +02:00

README.md

Meeting Planner Frontend

Meeting Planner helps you find the best time to schedule a meeting across several timezones. It's based on the availibity of all participants for specific days.

Backend architecture