This is a simple web homepage featuring:
- Simple Greeting
- Local time (formatted in Philippine timezone)
- A search feature that allows you to search using different search engines.
- Displays the current date and time in the format:
Month day, year hours:minutes:seconds AM/PM(Philippine locale). - Provides a search form to search various search engines like Google, Bing, and DuckDuckGo.
https://pacasiano.github.io/web-homepage/
- React.js: A JavaScript library for building user interfaces.
- Vite: A fast build tool for modern web development.
- Tailwind CSS: A utility-first CSS framework to style the components.
- ShadCN UI: A component library that helps you build beautiful UIs with minimal effort.
- JavaScript's
DateObject: To fetch and display the current local time. - Google Fonts: Custom fonts for styling the page.
-
Clone the repository:
git clone https://github.com/pacasiano/web-homepage.git
-
Navigate to the project directory:
cd your-repository-name -
Install the dependencies:
npm install
-
Start the development server:
npm run dev
-
Open the browser and visit
http://localhost:5173to view the homepage.