Code Monkey home page Code Monkey logo

coffee-now's Introduction

Coffee Now

Coffee Now is a CoffeeScript playground that execute code directly in your browser, it's not sending the code to any other server to do so.

The UI is minimal, so you can use it anywhere and anytime, especially on mobile device.

Let me repeat, all of the code is executed right on your browser, please proceed with care!!! I don't write this app with your best interest in mind.

Usage

  • Use your keyboard, type in the code
  • Press Cmd + Enter or Ctrl + Enter if you're on a desktop
  • If you're on mobile, hit the Execute button
  • That's it.

You can share your code by click on the Share button, then copy the page URL and send it to anyone.

Try it online

You can try it at https://coffee-cup.now.sh

Host it yourself

You can deploy Coffee Now as a static HTML page anywhere you want, for example, I'm using ZEIT Now.

$ yarn install
$ yarn dist
$ cd dist
$ now

Why am I building this?

During my parental leave, I found myself solving programming challenges for fun on my phone on and off, because you can't just sit at a laptop when there's a baby just waiting to cry every random hour for every random reason.

Most of the coding playground I can find online are just sucks, they either break the editing experience on the mobile or behave badly on small screen devices. Also, they send the code to a remote server to execute it before showing you the result, which is a waste. I'm using CoffeeScript and it should be compiled to JavaScript to run in the browser at my finger tip.

Oh, now you ask, why the "dead language"? I like doing more with less, and the beautiful syntax of CoffeeScript help me write less, especially writing code on mobile. That's why.

See JOURNAL.txt for more details.

coffee-now's People

Contributors

dependabot[bot] avatar huytd avatar nguyenhuedang avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

coffee-now's Issues

Show compiled javascript

I appreciate your work on this - coffeescript isn't as popular anymore but I still have been learning it recently.

I'd love to see the compiled javascript output, as a way to help me learn coffeescript. I've searched a bit for other websites that would do this, but haven't found any.

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.