Manageify is a website clone of Urva Freight, a logistics company, with slight modifications and enhancements. This project is built using HTML, CSS, JavaScript, and PHP for form functionality. While the product viewing feature is currently under development, the website already provides a responsive and user-friendly interface for exploring logistics services.
- Responsive Design: Works seamlessly on all devices (desktop, tablet, and mobile).
- Interactive Forms: PHP-powered forms for user inquiries and feedback.
- Modern UI: Clean and professional design inspired by Urva Freight.
- Dynamic Content: JavaScript for interactive elements like sliders or animations.
- Easy to Customize: Well-structured codebase for further development.
- Frontend: HTML, CSS, JavaScript
- Backend: PHP (for form handling)
- Version Control: Git
Follow these steps to set up the Manageify website on your local machine.
- A web server (e.g., Apache, Nginx)
- PHP 7.4 or higher
- A modern web browser (Chrome, Firefox, Safari, etc.)
-
Clone the repository:
git clone https://github.com/iwnass/manageify.git cd manageify -
Set up a local web server:
- If you're using XAMPP or WAMP, place the project folder in the htdocs or www directory. Start the Apache server and ensure PHP is enabled.
-
Access the website:
- Open your browser and go to http://localhost/manageify.
-
Test the forms:
- Ensure the PHP form functionality is working by submitting a test inquiry.