UpDev is an interactive JavaScript playground where users can write, test, and execute JavaScript code in real time. It provides a user-friendly interface with essential features to help learners and developers experiment with JavaScript efficiently.
- Code Editor: A simple text area where users can write JavaScript code.
- Run Button: Executes the JavaScript code and displays the output.
- Clear Button: Clears both the input and output sections.
- Theme Switcher: Toggle between light and dark themes.
- Console Output: Displays console logs and errors directly in the playground.
- Syntax Highlighting using Prism.js.
- Persistent Storage: Saves the code using
localStorage, so the code remains even after refresh.
-
Clone the repository:
git clone https://github.com/hijahappy/UpDev.git
-
Open index.html in your browser with Live Server.
-
Start writing and executing JavaScript code!
Check out the live demo here: UpDev Live
Designed with 💗 by Hija Happy