Git Product home page Git Product logo

write's Introduction

Write

A web-based writing app based on Flowstate. Built using React.

The premise is simple. You set a duration during which you write; within that duration, if you stop typing for more than 5 seconds, all your progress is lost.

The typical use case of Flowstate is to avoid writer's block and get something down in writing. Personally, I've been using it for journalling; it's been a good exercise getting all of my thoughts, latent or prominent, down in writing. The duration has also helped me keep a consistent routine; if I know it's only going to be fifteen minutes every session, it's easier to sit down and get through it.

Setup Instructions

This app was scaffolded using create-react-app and then ejected.

In order to run it locally, clone this repository, run npm install, and then either:

  • run node scripts/start.js to start a local server
  • run node scripts/build.js to create a production-optimized build

Roadmap

Have suggestions/ideas for improvement? Feel free to submit them in the form of an issue (pull requests also welcome).

  • Setting up DNS for write.itskrish.co (formerly accessible at write.surge.sh)
  • Refactoring storage from localStorage to a backwards-compatible ORM-esque system.
  • Refactoring timekeeping with system time instead of setTimeout.
  • Setting up benchmarking + optimizing for speed.
  • Packaging as an Electron (Desktop) app.

write's People

Contributors

krrishd avatar no23reason 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.