Loading repository data…
Loading repository data…
CodewithShahriar / repository
Architex Lab is a responsive, multi-page website for showcasing architecture and design projects. Built with HTML5, CSS3, Bootstrap 5, JavaScript, and Python, it offers a modern, user-friendly experience with interactive features and a clean, minimal design.
A beautifully designed and responsive architecture agency website built using modern technologies to showcase creative architectural solutions, personalized interior design expertise, and innovative ideas for modern living.
Clone the repository:
git clone https://github.com/your-username/your-repo-name.git
cd your-repo-name
Install required Python packages (if running Flask):
pip install flask
Run the development server:
python app.py
Open your browser and visit:
http://127.0.0.1:5000/
📁 your-repo-name/
│
├── 📁 static/
│ ├── 📁 css/ # Custom and library stylesheets
│ ├── 📁 img/ # Images used in the website
│ ├── 📁 js/ # Custom JavaScript files
│ ├── 📁 lib/ # Libraries (OwlCarousel, WOW.js, etc.)
│
├── 📁 templates/
│ ├── index.html # Main HTML file
│
├── app.py # Flask application file
├── requirements.txt # Python dependencies
└── README.md # Project documentation
Visit the live website https://web-production-6b38.up.railway.app/
Contributions are welcome! If you'd like to contribute:
git checkout -b feature-name
git commit -m "Add your message"