https://github.com/pnvdev/nextjs-react-worldtime
A timezones search made with React over Next.js
https://github.com/pnvdev/nextjs-react-worldtime
nextjs timezone
Last synced: 3 months ago
JSON representation
A timezones search made with React over Next.js
- Host: GitHub
- URL: https://github.com/pnvdev/nextjs-react-worldtime
- Owner: pnvdev
- Created: 2021-06-16T19:58:58.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-06-16T20:34:38.000Z (almost 5 years ago)
- Last Synced: 2025-03-22T22:37:09.629Z (about 1 year ago)
- Topics: nextjs, timezone
- Language: JavaScript
- Homepage: https://nextjs-react-worldtime.vercel.app/
- Size: 44.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# TIMEZONES SEARCH
## A timezones search made with React over Next.js
DEMO: https://nextjs-react-worldtime.vercel.app/
First, install dev dependences
```bash
npm install
# or
yarn
```
Then, run the development server:
```bash
npm run dev
# or
yarn dev
```
### The project does
* Has a search box with auto complete.
* Below are all the selected timezones, each with its respective delete button.
* To obtain the data we use the API of http://worldtimeapi.org/
* The chosen timezones are updated every five seconds
* Keeps the list items when I return to the app after closing it, using localStorage.