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

https://github.com/okelleydevelopment/simple-react-markdown-editor

Simple editor for additional practice with functional components and useState
https://github.com/okelleydevelopment/simple-react-markdown-editor

Last synced: 2 months ago
JSON representation

Simple editor for additional practice with functional components and useState

Awesome Lists containing this project

README

          

# Simple React Markdown Editor w/ Preview

Author(s): Nicholas O'Kelley

Date: 2022-07-06

## Motivation

The goals of this project was the following:

- Reinforce building React components
- More practice with `useState`
- A challenge to replicate the functionality of another app, but in React!

## Project Execution

After cloning the project run:

```
npm run dev
```

Then in a browser go to `http://localhost:3000/` and you will be able to interact with this
simple editor.

## Pictures of first load

![First load](./assets/app_load.png)

## References

- [Vue.js for having this example to reference](https://vuejs.org/examples/#markdown)