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

https://github.com/deve-sh/fiddler

A State of the Art HTML, CSS and JS Fiddle created using React.
https://github.com/deve-sh/fiddler

fiddle fiddler javascript react

Last synced: about 1 year ago
JSON representation

A State of the Art HTML, CSS and JS Fiddle created using React.

Awesome Lists containing this project

README

          

# Fiddler

A State of the Art Fiddle for HTML, CSS and JS.

Created using React.

[See it in Action](https://fiddler.netlify.com).

## About

To put it very simply, this project is much like Codepen.

A longer explanation would be the intro of the project. So, its like Codepen, just without the overkill. Just Plain HTML, CSS, JS.

## Setting Up

To set up the sandbox on your own computer for development purposes (Make sure you have Node.js Installed on your system). Just clone the repo.

```bash
git clone https://github.com/deve-sh/Fiddler.git
cd Fiddler
```

And run the following command :

```bash
npm install
```

This will install all the dependencies. To start the dev server. Run the following command :

```bash
npm start
```

## Contributing and Support

Just make any changes you may feel and submit a pull request to the repo.

For any support or issue, just raise an Issue in the repo or [mail me](mailto:devesh2027@gmail.com).