This is a simple flask application that allows users to input a test string and a regular expression (regex) and displays all the matches found. It also provides a feature to validate if a given email ID is valid or not.
πAcces website here
- Test your String against any Regular Expression
- Validate your Email
- Deployed on Cloud (AWS)
- Responsive design for mobile and desktop
note_taking_app/
βββ app.py # Main Flask application file
βββ static/ # Static assets (CSS, images, etc.)
β βββ styles.css # Custom CSS styles
βββ templates/ # HTML templates
β βββ index.html # Main template for the note-taking interface
β βββ email.html
βββ README.md # Documentation file
βββ Requirement.txt # Requirement File
- Any contributions you make are greatly appreciated
- Would be glad to hear about new features to add in the website
- Clone the repository:
git clone <repository_url>
- Install all the required dependencies
pip install -r requirement.txt
- Run the Flask Application:
flask run
-
Open your web browser and go to http://localhost:5000 to access the application.
-
Start testing your email and any input strings using the provided interface.
You may use this project freely at your own risk. See LICENSE.
Copyright (c) 2023 Mahima Churi