Skip to content

Latest commit

 

History

History
43 lines (27 loc) · 924 Bytes

README.md

File metadata and controls

43 lines (27 loc) · 924 Bytes

🚀Nave

Nave is a ReadMe editor built using React. It allows users to select from a variety of templates, edit content, and view the rendered output in real-time.

Tech Stack

Client: React, Styled Components.

Dependency package

Check out react-markdown

  https://www.npmjs.com/package/react-markdown/v/8.0.6

Screenshots

App Screenshot

Features

  • Template Selection: Users can choose from a selection of pre-defined templates to start editing their Markdown content.
  • Real-time Editing: Content editing is facilitated with a live preview of the Markdown output.
  • Copy to Clipboard: Users can easily copy the edited Markdown content to their clipboard with a single click.

Installation

https://github.com/JoelDeonDsouza/Nave_ReadMeGenerator.git
npm install

Usage

To start the server, run:

npm start