Skip to content

ericprd/weather-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

bccd7b8 · Jul 31, 2023

History

12 Commits
Jul 28, 2023
Jul 28, 2023
Jul 31, 2023
Jul 30, 2023
Jul 28, 2023
Jul 30, 2023
Jul 30, 2023
Jul 28, 2023
Jul 31, 2023
Jul 30, 2023
Jul 30, 2023
Jul 28, 2023
Jul 28, 2023
Jul 30, 2023
Jul 28, 2023
Jul 28, 2023
Jul 30, 2023

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