Skip to content

Corentin7301/weather

Repository files navigation

TODO:

  • 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

Nuxt 3 Minimal Starter

Look at the nuxt 3 documentation to learn more.

Setup

Make sure to install the dependencies:

# yarn
yarn install

# npm
npm install

# pnpm
pnpm install --shamefully-hoist

Development Server

Start the development server on http://localhost:3000

npm run dev

Production

Build the application for production:

npm run build

Locally preview production build:

npm run preview

Checkout the deployment documentation for more information.