WriteWithMe is a lightweight progressive web application (PWA) geared toward software enthusiasts who desire a user expereience that blends the benefits of a traditional browser with those of a mobile application.
Image | Description |
---|---|
![]() |
Application in use as Progressive Web App |
![]() |
Application install from browser |
![]() |
Application download prompt |
At its core, WriteWithMe makes use the following technologies:
- Node.js
- Express.js
- IndexedDB (and idb)
- Webpack
To install required packages, run the following command in your local directory upon forking the repository.
`npm i`