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.
- Host: GitHub
- URL: https://github.com/deve-sh/fiddler
- Owner: deve-sh
- Created: 2019-07-02T16:10:19.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2021-09-25T06:51:09.000Z (over 4 years ago)
- Last Synced: 2025-01-05T19:43:02.328Z (about 1 year ago)
- Topics: fiddle, fiddler, javascript, react
- Language: JavaScript
- Homepage: https://fiddler.now.sh
- Size: 376 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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).