Code Monkey home page Code Monkey logo

freddy's Introduction

Freddy

Freddy is a mobile Reddit reader web app designed to run fast and smooth like a native app. It supports modern browsers only.

Freddy works better when added to the homescreen. On iOS this will prevent swipe gestures from triggering browser forward/back navigation.

Freddy uses Mithril.js and is written in Typescript.

Development Install:

npm install

Recommended:

  • VS Code
    • tslint extension
    • stylelint extension
    • language-postcss extension
    • editorconfig extension

Serve, watch:

npm start

Then go to http://localhost:3000 in your browser.

Build minified JS & CSS files:

npm run build

Outputs to public/

Build all-in-one index.html distribution file:

npm run dist

Outputs to dist/index.html

Clean:

npm run clean

freddy's People

Contributors

spacejack avatar

Stargazers

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

Watchers

 avatar  avatar  avatar

freddy's Issues

Custom Stylesheets

Could be simply done by allowing user to input a URL. (Some people might hurt themselves with this.)

Account login, rate, post, etc.

Two options:

  • Front-end only. Tokens last for an hour, then they expire and you'll have to log in again.
  • With a backend to perform secret oauth, like most apps.

Since the app is hosted on Github Pages and with free CloudFlare SSL, in that spirit I'd like to find a free oauth service. Oauth.io looks perfect, except Reddit is not on their supported list. So, not yet sure if it's doable or not without my own server.

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.