Skip to content
This repository has been archived by the owner on Aug 27, 2020. It is now read-only.
/ impetus Public archive

A cheap Momentum Clone, used for learning MobX

License

Notifications You must be signed in to change notification settings

kwhitaker/impetus

Repository files navigation

Impetus

This repo is my attempt at playing around with MobX. The end product is a very pale imitation of the Momentum plugin for Chrome. It was forked from the MobX React Boilerplate.

Installation & dev startup

> npm install
> npm start

Production build

If you want to run this app, just do npm run build and stick the contents of the /build folder somewhere.

What it does

The app does four things:

  1. Shows the current hour and minute, which update.
  2. Downloads the daily background image from the Unsplash API.
  3. Provides a knock-off of Chrome's "Awesome Bar", which lets you search Google or navigate to a domain.
  • Searches use Google's "Lucky" action by default.
  • Prefix a search with g! to use the standard Google search.
  1. Allows you to enter a list of To-Dos, which are stored in your browser's local storage.

What? No tests? Why is the repo so disorganized??

Like I said, this is my attempt to play with MobX a bit. As such, I didn't feel the need to write a test suite, or practice good folder organization 😜 The app comes as-is, with no warranty 😵

About

A cheap Momentum Clone, used for learning MobX

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •