This is a solution to the In-browser markdown editor challenge on Frontend Mentor.
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
- Live Site URL: https://ssg-markdown-editor.netlify.app/
- React
- Redux Toolkit
- Tailwind CSS
- SCSS
- Jest
- React Testing Library