Skip to content

Latest commit

History

History
46 lines (25 loc) 路 1.36 KB

File metadata and controls

46 lines (25 loc) 路 1.36 KB

About CodeLab-weather-ts - On Going

  • Show weather information; Similar to a todo list project.
  • deployed(gh-pages) : TS-Weather
  • using open api: openweathermap

馃 : to get familiar with TS

features

  • Show default location's current weather
  • See other locations weather by clicking the location on the list
  • Add new locations -> in localstorage
  • Delete locations
  • Change color theme by the weather

npm start

Runs the app in the development mode.
Open http://localhost:3000 to view it in your browser.

The page will reload when you make changes.
You may also see any lint errors in the console.

npm test

Launches the test runner in the interactive watch mode.
See the section about running tests for more information.

Learn More

You can learn more in the Create React App documentation.

To learn React, check out the React documentation.

Deployment

This section has moved here: https://facebook.github.io/create-react-app/docs/deployment

(Later on this project is going to be deployed on github pages)