Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/carlosesilva/reinvent-planner

Plan your AWS re:Invent 2019 sessions by visualizing it in a calendar.
https://github.com/carlosesilva/reinvent-planner

aws javascript localstorage react sass

Last synced: 3 months ago
JSON representation

Plan your AWS re:Invent 2019 sessions by visualizing it in a calendar.

Awesome Lists containing this project

README

        

# re:Invent Planner

Plan your AWS re:Invent 2019 sessions by visualizing it in a calendar.

Hosted app: http://reinvent-planner.aws.carlosesilva.com

How-to video: https://www.dropbox.com/s/ox4vf6ahidd3z3y/reinvent-planner.mov?dl=0

![Screenshot](images/reInventPlanner-screenshot.png)

## NOTE: UPDATE 2019

The tool has been updated for 2019 but it seems like AWS has not yet disclosed the location of each session, so those will show up as `null` in your schedule for the moment until they start publishing that information again.

## Run it locally

### Requirements

- Node v10.16.3 or higher

### Steps

- Clone this repository
- Install node dependencies

```
$ npm install
```

- Start development server

```
$ npm start
```

The app should now be accessible at http://localhost:3000