Skip to content

This is my attempt at creating a clone of the readme creator readme.so

Notifications You must be signed in to change notification settings

Harsh-Modi278/readme.so-clone

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

readme[.]so clone

This is my attempt at creating a clone of the readme creator readme.so

Demo

Demo link: https://readme-so-clone.vercel.app/

Screenshots

readme.so-clone demo screenshot

Installation

Install readme.so-clone with npm

npm install readme.so-clone
cd readme.so-clone

Deployment

To deploy this project run

npm run deploy

Run Locally

Clone the project

git clone https://github.com/Harsh-Modi278/readme.so-clone.git

Go to the project directory

cd readem.so-clone

Install dependencies

npm install

Start the server

npm start

Tech Stack

Client: React, Material-UI, styled-components

Drag-and-drop: react-beautiful-dnd

Markdown editor: Monaco editor

GitHub markdown preview CSS: github-markdown-css

Acknowledgements