miffili / smpl_note

Simple markdown editor using React.js, simpleMDE & Milligram

Home Page:https://Miffili.github.io/smpl_note/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

🖌 SMPLnote

A simple web application for taking notes in Markdown⬇ using

Initial problem set

  • Create functions for adding a new note
  • Save note list using the DOM localStorage API
  • List each note in the sidebar

Additional problems

  • Add titles to notes & field to change that title
  • Create functions for deleting note

Project notes

Unfortunately the styling of lists (unordered & ordere) is messed up & isn't shown properly anymore. For now, the editor buttons corresponding to those functions are hidden. Additionally a little info button is displayed, that shows "Note: Lists aren't working properly atm." as a tooltip.


Project idea provided by JavaScript & React for developers.

Favicon made by Freepik from www.flaticon.com is licensed by CC 3.0 BY

This project was bootstrapped with Create React App. You can find the most recent version of the guide for Create React App here.

About

Simple markdown editor using React.js, simpleMDE & Milligram

https://Miffili.github.io/smpl_note/


Languages

Language:JavaScript 66.6%Language:HTML 20.6%Language:CSS 12.8%