This is a simple Flask application for managing notes.
- Clone the repository.
- Create a virtual environment using
python -m venv venv. - Activate the virtual environment using
source venv/bin/activate(Linux) orvenv\Scripts\activate(Windows). - Install the required dependencies using
pip install -r requirements.txt. - Run the application using
python app.py.
- Create a new note by clicking on the "New Note" button.
- Delete a note by clicking on the trash icon next to the note.