This is a solution to the In-browser markdown editor challenge on Frontend Mentor. Frontend Mentor challenges help you improve your coding skills by building realistic projects.
Note: Delete this note and update the table of contents based on what sections you keep.
Users should be able to:
- Create, Read, Update, and Delete markdown documents
- Name and save documents to be accessed as needed
- Edit the markdown of a document and see the formatted preview of the content
- View a full-page preview of the formatted content
- View the optimal layout for the app depending on their device's screen size
- See hover states for all interactive elements on the page
- Bonus: If you're building a purely front-end project, use localStorage to save the current state in the browser that persists when the browser is refreshed
- Solution URL: Add solution URL here
- Live Site URL: Add live site URL here
- React - JS library
- Tailwind css - For styles
Note: These are just examples. Delete this note and replace the list above with your own choices
If you want more help with writing markdown, we'd recommend checking out The Markdown Guide to learn more.
- React Markdown - This was a very useful tool for compiling markdown to HTMl.
- Website - Leonard Ikeh
- Frontend Mentor - @leoikeh99
- Twitter - @wazza_dev