This application displays the current weather and time based on the given city, country and timezone.
Wide screen
Responsive screen
To use this project, you need to get your own API_KEY from https://openweathermap.org/ and declare it in .env file.
API_KEY=yourkeyhere
Probably you need Windows-Build-Tools.
install this package first with npm
npm install --global windows-build-tools
now you can install the project
npm install
then run the application
npm run dev
The application will be automatically navigated to http://localhost:1234.
Tests have been written using Jest && Enzyme.
npm run test
npm run test:watch
You can format your code with Prettier and ESLint.
npm run format
npm run lint

