Skip to content
This repository has been archived by the owner on May 4, 2023. It is now read-only.

Latest commit

 

History

History

notes

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

Notes App

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 use make to compile the project
make && ./main

Demo


Tier: 1-Beginner

Create and store your notes for later purpose!

User Stories

  • 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

Bonus features

  • 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

Useful links and resources

Example projects