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

https://github.com/anoopraju31/react-codepen-clone

codepen clone created with react.js
https://github.com/anoopraju31/react-codepen-clone

Last synced: 2 months ago
JSON representation

codepen clone created with react.js

Awesome Lists containing this project

README

        

# CodePen Clone
A web-based online HTML text editor builds with Reactjs.

## Features
- Live previews
- Saving Code to local storage
- Option for downloading the HTML page
- Fully Responsive Design
- Auto Save
- Adjustable Layouts

## Technology Stack & Tools
- [React.js](https://reactjs.org/) (Frontend development)
- [codemirror](https://codemirror.net/) (Text Editor)
- [react-split](https://uiwjs.github.io/react-split/)
- [Tailwind CSS](https://tailwindcss.com/)

## Requirements For Initial Setup
- Install [NodeJS](https://nodejs.org/en/)


## Setting Up
### 1. Clone/Download the Repository: `$ git clone ...`

### 2. Install Dependencies: `$ npm install`

### 3. Start Frontend: `$ npm start`