An open API service indexing awesome lists of open source software.

https://github.com/abolkog/js-playground

A minimal JavaScript playground/codesandbox for quick code testing
https://github.com/abolkog/js-playground

code-sandbox demo javascript js-playground redux sandbox

Last synced: about 1 year ago
JSON representation

A minimal JavaScript playground/codesandbox for quick code testing

Awesome Lists containing this project

README

          

## js-playground (JavaScript Playground)

![GitHub package.json version](https://img.shields.io/github/package-json/v/abolkog/js-playground)
![](https://img.shields.io/github/license/abolkog/js-playground.svg)

A simple JavaScript playground / code sandbox hooked up with few libraries for quick code testing

![Sample](https://user-images.githubusercontent.com/3861725/75946297-d6600380-5ef0-11ea-9b59-794ae8ec613b.png)

## Available Libraries

- [Redux](https://redux.js.org/)
- [Lodash](https://lodash.com/)
- [Axios](https://github.com/axios/axios)
- [Luxon](https://moment.github.io/luxon/#/)

## Demo

You can see demo at [This link](https://abolkog.github.io/js-playground/index.html)

## Run it locally

1- Clone the Repo

2- If you are using `nvm`, setup node version using the `.nvmrc` file

```shell
nvm use
```

3- Install the dependencies

```shell
npm install
```

4- Start the dev server

```shell
npm start
```

5- Visit [http://localhost:3000](http://localhost:3000) on your browser.

6- Start writing JS code !

## Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

## Authors

- **Khalid Elshafie** - _Initial work_ - [abolkog](https://github.com/abolkog)

See also the list of [contributors](https://github.com/abolkog/js-playground/contributors) who participated in this project.

## License

This project is licensed under the MIT License - see the [LICENSE.md](LICENSE.md) file for details