Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/carlosesilva/reinvent-planner
- Owner: carlosesilva
- Created: 2018-10-06T17:04:56.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-04T17:23:58.000Z (almost 2 years ago)
- Last Synced: 2024-05-28T14:24:03.561Z (6 months ago)
- Topics: aws, javascript, localstorage, react, sass
- Language: JavaScript
- Homepage: http://reinvent-planner.aws.carlosesilva.com
- Size: 3.34 MB
- Stars: 108
- Watchers: 7
- Forks: 15
- Open Issues: 27
-
Metadata Files:
- Readme: README.md
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