Skip to content

danielpp95/JS-Play

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

89 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Contributors Forks Stargazers Issues MIT License LinkedIn


Logo

JS Play

A place where you can play and test your code.
Explore the docs »

View Demo · Report Bug · Request Feature


Table of Contents
  1. About The Project
  2. Getting Started
  3. Usage
  4. Screenshots
  5. Contributing
  6. License
  7. Contact

About The Project

Product Name Screen Shot

JS Play is a live editor for Javascript. It allows you to edit your code in real-time, and see the result instantly.

(back to top)

Built With

(back to top)

Getting Started

Install the dependencies.

$ npm install
// or
$ yarn

Test the app in dev mode.

$ npm run dev
// or
$ yarn dev

(back to top)

Screenshots

fruits-example

prototype-example

(back to top)

Contributing

Contributions are what make the Open Source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.

If you have a suggestion that would make this better, please fork the repo and create a Pull Request. You can also simply open an issue with the tag enhancement.

Don't forget to give the project a star ⭐! Thanks again!

  1. Fork the project

  2. Clone the repository

git clone https://github.com/@username/playground-js
  1. Create your Feature Branch
git checkout -b feature/AmazingFeature
  1. Push to the Branch
git push origin feature/AmazingFeature
  1. Open a Pull Request

(back to top)

License

Distributed under the MIT License. See LICENSE.md for more information.

(back to top)

Contact

Daniel Pereira - @aquiOtroDaniel - danielpp95@gmail.com

Project Link: https://github.com/danielpp95/JS-Play

(back to top)