Skip to content

enderminyard/phonecoding

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

📱 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