I know this is bad style of coding but this is my first project where i coded using C++
using the framework PyQt5
and half of the code is incomplete, I need to get better at class syntax in C++
. Currently the user can:
- user can create a note
- user can edit a note
- user can kinda save a note
To Run:
- Navigate into the
desktopgui
folder and usemake
to compile the project
make && ./main
Tier: 1-Beginner
Create and store your notes for later purpose!
- User can create a note
- User can edit a note
- User can delete a note
- When closing the browser window the notes will be stored and when the User returns, the data will be retrieved
- User can create and edit a note in Markdown format. On save it will convert Markdown to HTML
- User can see the date when he created the note