A Python-based web application built with Flask that decodes the user's date of birth and displays personalized information.
You can view the live demo of the application here: Live Demo
- Enter your Date of Birth (DOB) and decode the details.
- Displays your age and other personalized information.
- Beautiful UI with responsive design.
- Interactive features to enhance the user experience.
- Flask: A micro web framework for Python.
- HTML/CSS: For frontend design and layout.
- JavaScript: For dynamic and interactive components.
- Vercel: Deployed on Vercel for serverless deployment.
- Python 3.7 or higher
- Flask library
- A code editor (like VSCode or PyCharm)
Clone the repository to your local machine:
https://github.com/mani1028/DOB-decode.gitNavigate into your project directory:
cd dob-decodeInstall the required Python dependencies:
pip install -r requirements.txtTo run the application locally, use the following command:
python app.pyBy default, the app will run on http://127.0.0.1:5000/.
This project is deployed using Vercel for serverless hosting. Follow these steps to deploy:
-
Sign up or log in to Vercel.
-
Install Vercel CLI:
npm install -g vercel
-
Deploy your app:
vercel --prod
Your app will be live on a Vercel URL, which you can share with others.
dob-decode/
├── app.py # Flask main application file
├── templates/ # HTML files for Flask
│ ├── index.html
│ ├── results.html
│ ├── decode.html
│ └── about.html
├── static/ # CSS, JavaScript, images
│ ├── style.css
│ └── images
├── requirements.txt # Python dependencies
├── vercel.json # Vercel configuration
This project is licensed under the MIT License - see the LICENSE file for details.
Feel free to fork the repository, make changes, and submit a pull request. All contributions are welcome!
