Skip to content

Latest commit

 

History

History
52 lines (39 loc) · 1.22 KB

README.md

File metadata and controls

52 lines (39 loc) · 1.22 KB

Webcomb

Webcomb is a playground to practice frontend development(HTML, CSS and JavaScript). It is built using Reactjs and react-codemirror2 library.

Live Website

Features:

  • 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

Technologies used:

  • ReactJS
  • React-Hooks
  • React-Codemirror-2
  • ImgBB API (For hosting images)
  • Netlify.com (For website hosting)

Snapshots:

1
2

Steps to run locally :

  1. Clone the repository

    git clone https://github.com/ncs-jss/Webcomb

  2. cd into Webcomb

    cd Webcomb

  3. Add API credentials and API endpoint in .env file, use .env.example for the reference

  4. Install all dependencies from npm

    npm install or npm i

  5. Start local server

    npm start