GithubHelp home page GithubHelp logo

timer-fit's Introduction

TimerFit

Electron app for monitoring fitness exercices (coding Kata)

Overview

At some point in my daily work I figured out my workflow sucks a lot. Few days later, a friend of mine shew me he keeps track of his daily workout routine with a rich-text-formatted file.

I want to combine these two events, improve how I do code and give this friend an easier way to workout with a tiny js-backed app which would run on Electron. It's nothing serious -- just having fun with a friend and up-skill myself.

I use ClojureScript, re-frame, React.js (through reagent), Material design. My coding flow involves hot code reloading through figwheel. This whole set is pretty awesome and I'm very lucky to use it at work! ๐Ÿ˜

A detailed overview is available in file TODO.org.

Setup

To get an interactive development environment run:

lein figwheel

and open your browser at localhost:3449. This will auto compile and send all changes to the browser without the need to reload. After the compilation process is complete, you will get a Browser Connected REPL. An easy way to try it is:

(js/alert "Am I connected?")

and you should see an alert in the browser window.

To clean all compiled files:

lein clean

To create a production build run:

lein do clean, cljsbuild once min

And open your browser in resources/public/index.html. You will neither get live reloading nor a REPL.

License

Copyright ยฉ 2016 piotr-yuxuan

Distributed under the GNU General Public Licence either version 3.0 or (at your option) any later version.

timer-fit's People

Contributors

piotr-yuxuan avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.