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
- Host: GitHub
- URL: https://github.com/anoopraju31/react-codepen-clone
- Owner: anoopraju31
- Created: 2023-01-22T10:35:23.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-01-22T10:45:25.000Z (over 2 years ago)
- Last Synced: 2025-02-04T14:46:10.750Z (4 months ago)
- Language: JavaScript
- Homepage: https://tranquil-brioche-20b44f.netlify.app/
- Size: 196 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`