Skip to content

aledx18/weather-app

Repository files navigation

weather Banner

📦 Packages:

  • Nextjs - Next generation frontend tooling.
  • 💙 Typescript - A superset of JavaScript.
  • 💅 Shadcn UI - Accessible component library.
  • 🔏 Zod - TypeScript-first schema validation with static type inference
  • 🗓 React HookForm - Performant, flexible and extensible forms with easy-to-use validation.

⚒️ Getting Started:

You will need:

1. Clone the repository:

git clone https://github.com/aledx18/weather-app.git

2. Create a .env file with the following variables:

NEXT_PUBLIC_API_KEY

🤔 How to generate the KEY?

3. Install dependencies:

npm install

4. Run the app:

npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev

5. 🥳 Ready! Open the browser and write localhost:3000.

Open http://localhost:3000 with your browser to see the result.

You can start editing the page by modifying app/page.tsx. The page auto-updates as you edit the file.

Learn More

To learn more about Next.js, take a look at the following resources:

You can check out the Next.js GitHub repository - your feedback and contributions are welcome!

Deploy on Vercel

The easiest way to deploy your Next.js app is to use the Vercel Platform from the creators of Next.js.

Check out our Next.js deployment documentation for more details.

Releases

No releases published

Packages

No packages published

Languages