Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lugomio/current-time
A simple webpage that shows the current time of user.
https://github.com/lugomio/current-time
Last synced: 29 days ago
JSON representation
A simple webpage that shows the current time of user.
- Host: GitHub
- URL: https://github.com/lugomio/current-time
- Owner: lugomio
- License: mit
- Created: 2024-05-28T17:55:49.000Z (7 months ago)
- Default Branch: master
- Last Pushed: 2024-05-28T22:15:29.000Z (7 months ago)
- Last Synced: 2024-05-29T13:11:31.916Z (7 months ago)
- Language: CSS
- Size: 51.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Current Time
![banner](https://github.com/lugomio/current-time/blob/master/src/img/banner.png)## Description
The Current Time project aims to display the current date and time in different time zones, providing an intuitive and practical visualization of this information.
This project was created as practice to improve the use of npm (Node Package Manager), as well as to apply knowledge in HTML, CSS, JavaScript, and package management.
## Technologies
- HTML
- CSS
- JavaScript
- NPM (Node Package Manager)
- Fetch API
- Promises## Installation Instructions
### Prerequisites
- Node.js installed
- NPM installed### Steps
1. Clone the repository:
```bash
git clone https://github.com/your-username/current-time.git
cd current-time
```
2. Install the dependencies:
```bash
npm install
```
3. To bundle the scripts:
```bash
npm run bundler
```
4. Start the server:
```bash
npm start
```## How to Use
1. After following the installation steps, the live server will start automatically.
2. Open your browser and go to `http://127.0.0.1:8080` (or the address displayed in the terminal) to see the application in action.
3. The interface will display the current date and time, allowing you to change the time zone.## License
This project is licensed under the [MIT License](LICENSE.md).