Markdown is a lightweight markup language for creating formatted text using a plain-text editor. John Gruber and Aaron Swartz created Markdown in 2004 as a markup language that is appealing to human readers in its source code form.
Link to project:( https://react-readme-editor.netlify.app/)
Tech used: HTML, CSS, React
Made with the help of Markdown component for React. I was thinking about how to make my own markdown language editor that I would be able to use the Grammerly browser extension. So far it works well but is not compatible with the GitHub flavored Markdown.
At a later point I will add GitHub markup syntax and a way to download your markdown files.
Although this project was supposed to be straightforward it was actually difficult to wrap my head around CSS grid. I tried to use Tailwind CSS and just decided to go vanilla CSS. Once that was straightened out it was smooth sailing.
Take a look at these couple examples that I have in my own portfolio:
ToDo list: https://github.com/ivngzmn/todo-microsoft-auth-mvc
Pomodoro App: https://github.com/ivngzmn/react-pomodoro-app
Rock Paper Scissors Game: https://github.com/ivngzmn/TOP-Rock-Paper-Scissors
