Weather Web App
This project was bootstrapped with Create React App.
This project shows the weather forecast for a city over a short period. It is a pure React.js and JavaScript implementation. Having said that there’s no jQuery being used in this project. A json loader had to be used to load the json file, which could have also been served from a API endpoint.
The search could have been implemented using better algorithms and data structures such as Searching and Sorting algorithms and HashMap etc., but due to the limited data set, the tweaks might not return significant performance benefit. A server for that matter is better to take the load and do search / sort optimization's
To run the project, you can run
$ yarn
$ yarn start
Downloads the dependencies and creates the node_modules folder
Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.
The page will reload if you make edits.
You will also see any lint errors in the console.
Builds the app for production to the build
folder.
It correctly bundles React in production mode and optimizes the build for the best performance.
The build is minified and the filenames include the hashes.
Your app is ready to be deployed!
See the section about deployment for more information.
- Chetan Jain - (https://github.com/chetan-plrch)