Skip to content

Latest commit

 

History

History
91 lines (52 loc) · 2 KB

README.md

File metadata and controls

91 lines (52 loc) · 2 KB

📱 Phone Coding

This project lets you code on your phone or tablet. It is for people who want to make simple HTML webpages on touch devices.

Features

  • Mobile-friendly layout
  • Live previews
  • Contextual code snippets
  • Automated code generation
  • Highlighting of active line and word
  • Live autocompletion

Screenshots

The code editing experience is simple but tailored for mobile with robust, live autocompletion.

Code Editing

The editor's random code generation feature allows you to relax while coding instead of coding for productivity's sake only.
This is a randomly generated webpage.

Random Code Generation

The code editor has simple navigation (at bottom of screenshot) and allows you to download the code you have written.

Navigation

Roadmap

  • Multiplayer mode

  • Shareable links

Tech Stack

Client: CSS, HTML, vanilla JavaScript

Run Locally

Clone the project:

  git clone --depth 1 https://github.com/enderminyard/phonecoding phone

Go to the project directory:

cd phone

Start a server and you're done!

  npx http-server

Acknowledgements

License

MIT

Authors