All Projects → carlosesilva → reinvent-planner

carlosesilva / reinvent-planner

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

Programming Languages

javascript
184084 projects - #8 most used programming language
CSS
56736 projects
HTML
75241 projects

Projects that are alternatives of or similar to reinvent-planner

keyv
Simple key-value storage with support for multiple backends.
Stars: ✭ 202 (+85.32%)
Mutual labels:  localstorage
react-save-localstorage
🗄 React component to save data to localStorage on render phase safely
Stars: ✭ 26 (-76.15%)
Mutual labels:  localstorage
ngx-localstorage
An Angular wrapper for localstorage/sessionstorage access.
Stars: ✭ 27 (-75.23%)
Mutual labels:  localstorage
jsGBC
👾 A GameBoy Color Emulator written in JavaScript
Stars: ✭ 44 (-59.63%)
Mutual labels:  localstorage
BlazoredLocalStorage
This library has been moved to the Blazored org
Stars: ✭ 26 (-76.15%)
Mutual labels:  localstorage
browserStorage
浏览器本地存储封装
Stars: ✭ 30 (-72.48%)
Mutual labels:  localstorage
localForage-cn
localForage中文仓库,localForage改进了离线存储,提供简洁健壮的API,包括 IndexedDB, WebSQL, 和 localStorage。
Stars: ✭ 201 (+84.4%)
Mutual labels:  localstorage
ng2-storage
A local and session storage wrapper for angular 2.
Stars: ✭ 14 (-87.16%)
Mutual labels:  localstorage
groucho
Know all your users. Scalable front-end (anon) personalization & attribution
Stars: ✭ 31 (-71.56%)
Mutual labels:  localstorage
Client-Storage
🗄 Bulletproof persistent Client storage, works with disabled Cookies and/or localStorage
Stars: ✭ 15 (-86.24%)
Mutual labels:  localstorage
form-saver
A simple script that lets users save and reuse form data.
Stars: ✭ 67 (-38.53%)
Mutual labels:  localstorage
local-storage-fallback
Check and use appropriate storage adapter for browser (localStorage, sessionStorage, cookies, memory)
Stars: ✭ 103 (-5.5%)
Mutual labels:  localstorage
BarterOnly
An ecommerce platform to buy or exchange items at your convenience
Stars: ✭ 16 (-85.32%)
Mutual labels:  localstorage
Covid19-Tracker
The situation of the Coronavirus epidemic data around the World and details info in Vietnam.
Stars: ✭ 15 (-86.24%)
Mutual labels:  localstorage
Todo
✏️A Todo App based on html5 and jQuery.
Stars: ✭ 15 (-86.24%)
Mutual labels:  localstorage
react-local-storage-cache
How to cache results in React with Local Storage.
Stars: ✭ 27 (-75.23%)
Mutual labels:  localstorage
GenericLocalPersistence
GenericLocalPersistence is a clean and easy-to-use code that is useful for integrating local storage like UserDefaults, PList, Keychain.
Stars: ✭ 17 (-84.4%)
Mutual labels:  localstorage
storage
A library to use Web Storage API with Observables
Stars: ✭ 43 (-60.55%)
Mutual labels:  localstorage
MDI-Sandbox
A jacked up cheatsheet and additional tools for https://materialdesignicons.com/
Stars: ✭ 37 (-66.06%)
Mutual labels:  localstorage
atomic-state
Atomic State is a state management library for React
Stars: ✭ 15 (-86.24%)
Mutual labels:  localstorage

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

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].