https://muhammed-salman.github.io/weather5days/
- Open your terminal and clone the app using command
git clone https://github.com/muhammed-salman/weather5days.git
- Type
cd weather5days
to get inside the directory. - Now type
npm install
- After the installation of required node_modules type
npm run start
- Now the application can be accessed on
localhost:3050
start
: To run project on localhost:3050test
: To test the App using mochatest:watch
: To continously run the test while modifying files.clean
: To remove the production build codebuild
: To create a production build for deploymentserve
: To run webpack development serverdeploy
: To deploy the App to github pages [Please change the repo url usinggit remote
command before deployment (you can't push to my repo ;) )]
- App can be made responsive
- Detailed test cases can be written for each component
- UX can be improved
- Weather forecasting can be displayed for mutiple days and more information can be displayed
- I think some sort of analytics can also be done
** I'will update if I get more ideas **