- In your directory, run npx create-react-app react-sample-app.
- This will create a new project and set up our development environment.
- Navigate inside react-sample-app. Create a new component called App.js. We need to do this inside the src directory, so let's run: touch src/App.js.
- Open the code in your editor. Explore the app: Open the new scaffolded application and let's observe what's been created.
- Flask: https://github.com/mlwelbourn/Weather-Flask-App.git
- React: https://github.com/yettsyjk/WeatherReactApp.git
- User will register account to access weather
- User will login to free account to access current and forecast weather in their selected location
- User can create cities to track current and forecasted weather
- User can click cities in order to see detailed weather information
- User can edit/delete cities they no longer wish to track
- User can logout
- Matt Welbourn https://www.linkedin.com/in/matt-welbourn-58ba6457
- Sam Liman https://www.linkedin.com/in/samliman
- and Yettsy Knapp https://www.linkedin.com/in/yettsy-jo-knapp
(c) 2020 Matt Welbourn, Sam Liman, Yettsy Knapp.