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.
Client: React, Styled Components.
Check out react-markdown
https://www.npmjs.com/package/react-markdown/v/8.0.6
- 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.
https://github.com/JoelDeonDsouza/Nave_ReadMeGenerator.git
npm install
To start the server, run:
npm start