Skip to content

chetan-plrch/weather-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Title

Weather Web App

This project was bootstrapped with Create React App.

Description

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

Available Scripts

To run the project, you can run

$ yarn
$ yarn start

yarn

Downloads the dependencies and creates the node_modules folder

yarn start

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.

yarn build

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.

Author

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published