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
- Host: GitHub
- URL: https://github.com/okelleydevelopment/simple-react-markdown-editor
- Owner: OkelleyDevelopment
- Created: 2022-07-06T08:58:45.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-07-06T08:59:16.000Z (almost 4 years ago)
- Last Synced: 2025-03-06T12:51:57.605Z (over 1 year ago)
- Language: JavaScript
- Size: 31.3 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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

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