Welcome to the JavaScript Playground project! 😊 This amazing project provides you with a web-based code editor where you can write JavaScript code and immediately witness the results. It's not just a code editor; it's a fantastic tool for experimenting with JavaScript, learning, and prototyping, all while having fun! 🚀✨ Whether you're a seasoned developer or just starting out, this playground is here to make your coding experience enjoyable and productive. Happy coding! 😄
To get started with the JavaScript Playground, follow these simple steps:
- Clone the repository to your local machine:
git clone https://github.com/thebaldehit/JSPlayground.git
- Go to back folder:
cd src/back
- Run the server:
node server
- Open in your web browser
http://localhost:3000/
You're ready to start coding! Simply enter your JavaScript code in the editor and click the "Run" button to see the results in the output panel.
- Ability to add autofill.
- Ability to change view of code area.
- A simple and intuitive user interface.
- Live code editor with auto close brackets.
- Ability to clear the output and start fresh.
- Instant code execution and results display.
- Ability to change color theme of the editor.
- Write your JavaScript code in the code editor on the left(upper) side of the page.
- Click the "Run" button to execute the code.
- The results will be displayed in the output panel on the right(lower) side of the page.
- You can clear the output by clicking the "Clear console" button.
You can try it here: Click
We welcome contributions to improve and expand the JavaScript Playground. If you'd like to contribute, please follow these steps:
- Fork the repository.
- Create a new branch for your feature or bug fix.
- Make your changes and commit them.
- Submit a pull request.
This project is licensed under the MIT License - see the LICENSE file for details.
- This project was inspired by the need for an easy-to-use JavaScript code editor.
- Special thanks to the open-source community for their contributions and support.