Webcomb is a playground to practice frontend development(HTML, CSS and JavaScript). It is built using Reactjs and react-codemirror2 library.
Live Website
- Playground for HTML,CSS and JavaScript
- Lets you download the website for local use
- Import local images
- Directly upload images from clipboard
- Many Editor shortcuts like
CTRL+/for comments
- ReactJS
- React-Hooks
- React-Codemirror-2
- ImgBB API (For hosting images)
- Netlify.com (For website hosting)
|
|
-
Clone the repository
git clone https://github.com/ncs-jss/Webcomb -
cd into Webcomb
cd Webcomb -
Add API credentials and API endpoint in
.envfile, use.env.examplefor the reference -
Install all dependencies from npm
npm installornpm i -
Start local server
npm start

