Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pnvdev/nextjs-react-worldtime
https://github.com/pnvdev/nextjs-react-worldtime
Last synced: 27 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/pnvdev/nextjs-react-worldtime
- Owner: pnvdev
- Created: 2021-06-16T19:58:58.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-06-16T20:34:38.000Z (over 3 years ago)
- Last Synced: 2023-10-28T01:23:13.206Z (about 1 year ago)
- Language: JavaScript
- Homepage: 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.jsDEMO: 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.