All Projects → sharshi → Morning-Dash

sharshi / Morning-Dash

Licence: other
Morning Dash is your day at a glance. See local weather, your commute, and calendar events all in one place.

Programming Languages

javascript
184084 projects - #8 most used programming language
SCSS
7915 projects
HTML
75241 projects

Projects that are alternatives of or similar to Morning-Dash

photo gallery app
Photo gallery app created using MERN stack
Stars: ✭ 28 (+100%)
Mutual labels:  mern
Kurakoo
Kurakoo is an online community of people providing answers to questions just like Quora site. Kurakoo is especially for school-college students, people from around the different colleges visit Kurakoo to ask questions from a community of people who answer them.
Stars: ✭ 81 (+478.57%)
Mutual labels:  mern
mern-docker
Jumpstart your MERN Full Stack App development 🧑‍✈️
Stars: ✭ 67 (+378.57%)
Mutual labels:  mern
mern-boilerplate
React + Express + Webpack + Mongo = MERN Stack Boilerplate
Stars: ✭ 39 (+178.57%)
Mutual labels:  mern
mern-apollo-graphql-boilerplate
MERN + Apollo-Graphql Boilerplate
Stars: ✭ 21 (+50%)
Mutual labels:  mern
MERN A to Z Client
This tutorial is all about the MERN stack. We are going to explore this popular stack and how to use it by developing a simple CRUD (create, read, update, and delete) application from scratch. In this part, we will work with React to build out the front-end portion of our app.
Stars: ✭ 27 (+92.86%)
Mutual labels:  mern
mern-stack-crud
MERN stack (MongoDB, Express, React and Node.js) create read update and delete (CRUD) web application example
Stars: ✭ 142 (+914.29%)
Mutual labels:  mern
inCyberPunk2022
👾 https://cybersocial.herokuapp.com/   C̵̡̡͓̪̺̲̺̳̭̱̩͖͔̽̈́͜y̵̢̺̮̥̠̲̼̫͗b̴̲͇̟̭̹͆͒̈́̒͋̃̌̇̈̆̚͠͠ȅ̷̡̢̩̺̏r̴̢̛̹̲̜͙͉̩̩̣͉̺͂̀́̈́̇͛͋̊̉̈́̇P̵̡͊̚ų̵̙̣͓̤̼̭̤̥̯̻̯̒ͅň̸̛̯͕̦̦͓̙̋͐̈́́̉ͅḱ̷̡̪͚͉̟̘̳̯̳͉̈́͐͂̇̾͑̕̕͝ͅ
Stars: ✭ 28 (+100%)
Mutual labels:  mern
MCW-OSS-PaaS-and-DevOps
MCW OSS PaaS and DevOps
Stars: ✭ 49 (+250%)
Mutual labels:  mern
amazin
A MERN-stack app for eCommerce platform, Webshop, Web Store. Storybook: https://www.amazin.one/ Alternative: https://ntrix.github.io/amazin-story
Stars: ✭ 27 (+92.86%)
Mutual labels:  mern
erp-crm
IDURAR is Open Source ERP/CRM Based on Mern Stack (Node.js / Express.js / MongoDb / React.js ) with Ant Design (AntD) and Redux
Stars: ✭ 18 (+28.57%)
Mutual labels:  mern
AquilaCMS
AquilaCMS is an Open Source and "all in one" ecommerce solution, self hosted, built using nodejs (MERN stack)
Stars: ✭ 69 (+392.86%)
Mutual labels:  mern
Netflix-Clone-MERN
A Netflix clone created with the MERN Stack
Stars: ✭ 37 (+164.29%)
Mutual labels:  mern
profile-store
Store profile links of people you admire, at one place. Made using MERN stack.
Stars: ✭ 37 (+164.29%)
Mutual labels:  mern
Stackoverflow-Clone-Frontend
Clone project of a famous Q/A website for developers built using MySQL, Express, React, Node, Sequelize 🌐
Stars: ✭ 379 (+2607.14%)
Mutual labels:  mern
Manthan
Online testing platform
Stars: ✭ 80 (+471.43%)
Mutual labels:  mern
foodie
A social media for food lovers and for people looking for new ideas for their next menu.
Stars: ✭ 30 (+114.29%)
Mutual labels:  mern
BlogMan
A Blog Web Application, specially made for open source contribution. Simple MERN (MongoDB, ExpressJs, React, Node) technology has been used
Stars: ✭ 73 (+421.43%)
Mutual labels:  mern

Morning Dash

logo

Morning Dash is your day at a glance. See local weather, your commute, and calendar events all in one place.

Every morning many of us check the same things: the weather, the commute to work, and important calendar events. Why go to 3 places instead of 1.

Morning Dash is an app that lets you quickly glance at these things to get an overview of your day.

Live: themorningdash.herokuapp.com

User Authentication:

  • User can sign up, sign in, and sign out
  • User can save personal settings for each other MVP.

User Signup (first login) settings (from home screen)

  • user signs up then can link their google calendar
  • Sign up form allows them to set up their home and work location
  • set up their daily commute (home, work, work-arrival, work-leave)

Transit:

  • Use Google Directions API to set routes for commutes
  • Bonus: Set preferred routes/method of travel for every commute
  • Indicate if will rain during commute

Transit

Weather:

  • Use DarkSky API to obtain weather
  • Display local weather in 2 hour increments

Weather

Calendar:

  • Use Google Calendar API to obtain user appointments
  • Display the next few hours of appointments listed in Google Calendar

Responsive mobile-friendly design

  • Utilizes 1000px width as a breakpoint to dynamically change from mobile to desktop view and vice versa.
  • Designed for mobile first and then scaled up to desktop to ensure good mobile experience.

Front end: React/Redux

  • Designed to be a single page app to show users information as quickly as possible.
  • React Portal/Context APIs used to create compound modal for reusability

Technologies

  • Backend: MongoDB / Express /Node
  • Google Transit API
    • The Google Directions API we have a global limit of unlimited and a limit per minute of 5000
  • Weather
    • The DarkSkyAPI has 1000 calls per day for free.
  • Google Calendar
    • The Google Calendar API is similar to the Directions API.
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].