Basic Overview - Live Demo
A Simple Codepen clone built using ReactJS that allow users to write HTML, CSS, and JavaScript code in browser and see the results of it as you build.
- Code can be previewed in real-time
- Add local storage support.
- Node.js
- NPM
First, clone the project
git clone https://github.com/RajShringi/codepen_clone.git
Go to project directory
cd codepen_clone
Install the needed package
npm install
or
yarn
Start the React Application
npm start
or
yarn start
porject by Raj Shringi
