This is a Notes App created with flask and python using sqlite as database and tailwind for frontend .
Take a look at some features of XurdeNotes
- User Friendly
- Free
- Elegant UI
- Privacy
- Safe
First you need to clone the repository
git clone https://github.com/ZayedMalick/XurdeNotes.gitChange directory
cd XurdeNotesInstall requirement
pip install -r requirements.txtRunning app.py
python3 app.pyNow open your browser and paste this link
http://localhost:8080/You will have XurdeNotes running
Hope everything worked out for you!