- change icon of BiggerCard + add weather icons in store
- searchbar
- add env variables with api key
- add env variables with production or development
- network is disconnected error
- 7 days forecast
- add min/max temp
- fix images in production
- return button on forecast page (to go back to the searchbar)
- turn to pwa
- bring the slider to 0
- bigger temp value of small cards
- change BiggerCard when in7days
- last research --> localstorage
- send new research when user click on history card
- add X button to delete searchbar
- location button
- change name of app
- add best quality icon for pwa
- add install pwa button
- add transitions between pages
- footer + credits + inspiration + github link + contact + mention legales
- add analytics
- responsive
- check lighthouse
- 3rd day
- 15 days
- share weather functionality
Look at the nuxt 3 documentation to learn more.
Make sure to install the dependencies:
# yarn
yarn install
# npm
npm install
# pnpm
pnpm install --shamefully-hoist
Start the development server on http://localhost:3000
npm run dev
Build the application for production:
npm run build
Locally preview production build:
npm run preview
Checkout the deployment documentation for more information.