This project is a Time Zone Converting Web Application that allows users to convert time between different cities and display real-time information. The application features a user-friendly interface built with HTML, CSS, and JavaScript, utilizing Materialize CSS for styling and PHP for server-side functionality.
Clone the project
git clone https://link-to-project
Go to the project directory
cd city-time
Start the server
php -S localhost:8080
Open your browser and naviagte to
http://localhost:8080
HTML: For structuring the web pages.
CSS: For styling the application.
JavaScript: For client-side interactivity and functionality.
PHP: For server-side scripting and dynamic content generation.
Materialize CSS: A modern responsive front-end framework for styling.
Spidey, Your friendly neighbourhood web-developer...
Contributions are welcome! Please follow these steps to contribute:
Fork the repository.
Create a new branch (git checkout -b feature-branch
).
Make your changes and commit them (git commit -m 'Add new feature'
).
Push to the branch (git push origin feature-branch
).
Create a pull request.
Thanks to Materialize CSS for providing a responsive UI framework. Inspired by various online time conversion tools.