Snowcore.netlify.app
A progressive web application to keep track of snowfall in the three valleys, France.
Available as a PWA for both iOS and Android.
- View historical snow data for ski resorts in the three valleys area.
- View a prediction of the best 6-week window to ski based on the previous three years of data.
- See the current weather and a 7 day weather forecast for a selected resort.
- Favourite ski resorts and receive email alerts daily if there has been snowfall at that resort.
- Root of project:
npm install
npm start
- navigate to the client folder in terminal and run:
npm install
npm run start
- Website should automatically open. (Can be found at localhost:3000)