Skip to content

ericprd/weather-app

Repository files navigation

Weather App

It is just Weather App, don't expect anything!

weather-app

Links

Production:

  • https://weather-app.ericprd.work/

Local:

  • http://127.0.0.1:5173/

Tech Stack

  • HTML
  • CSS
    • Tailwind CSS
  • JavaScript
    • TypeScript
  • Node.js & npm
  • React v18
  • Data Fetching
    • REST API: axios
  • Misc
    • Prettier
    • ESLint
    • Vite
    • Shadcn/ui
    • Zustand

Development

Clone project

git clone github.com/ericprd/weather-app

Install dependencies:

npm install

Run server in development mode:

npm run dev

Build for production:

npm run build

Start in production mode:

npm run preview

Credits