This is a simple notes web app built using Flask for the back end and HTML, CSS, and JavaScript for the front end. Users can create an account, log in, create, edit, and delete notes. The front end design is highly inspired by uiverse.io, and credits are given to Google Fonts and various sources like Iconscout for fonts and icons used in the project.
- User Authentication: Users can sign up for an account and log in securely.
- Create and Manage Notes: Users can create, edit, and delete their notes.
- Responsive Design: The front end is designed to be responsive, providing a seamless experience across devices.
- Design Inspiration: The front-end design is highly inspired by uiverse.io.
- Fonts: Fonts used in the project are from Google Fonts.
- Icons: Various icons are sourced from platforms like Iconscout.
app.py: Main Flask application containing the backend logic.Instance: Database file to save all the data.templates/: HTML templates for different pages.static/css/: CSS files for styling.static/js/: JavaScript files for client-side functionality.images/: Image assets used in the project.
-
Clone the repository:
git clone https://github.com/yourusername/Simple-Flask-Notes.git
-
Navigate to the project directory:
cd Simple-Flask-Notes.git -
Install dependencies:
pip install -r requirements.txt
-
Run the application:
python app.py
- Access the application in your browser at
http://127.0.0.2:5000. - Sign up for a new account or log in if you already have one.
- Create, edit, or delete notes as needed.
- The SQLite database file (
site.db) is used for data storage. - Ensure that the
images/directory contains the necessary image assets.
Feel free to explore, modify, and enhance the functionality of this notes web app according to your needs! If you have any questions or issues, please create an issue.
Simple Flask Notes was created by Saurabh Tiwari.
- Libro Voice - A PDF to Audio Converter
- Snippet Vision- A Youtube Video Summarizer
- Weather App - A Python Weather Forcast App
- Python Screenrecorder - A Python Screen Recorder
- Typing Speed Tester - A Python Typing Speed Tester
- Movie Recommender - A Python Movie Recommender
- Password Generator - A Python Password Generator
- Object Tales - A Python Image to Story Generator
- Finance Manager - A Flask WebApp to Moniter Savings
- Codegram - A Social Media Web App



