Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/devdignesh/nextjs14-weather-app
Discover real-time weather updates with Cloudcraft. Built with Next.Js 14, Typescript, Tailwind CSS, Redux Toolkit, Radix UI, shadcn/ui
https://github.com/devdignesh/nextjs14-weather-app
axios nextjs14 openweathermap-api redux-toolkit shadcn-ui tailwindcss typescript weather-app
Last synced: about 2 months ago
JSON representation
Discover real-time weather updates with Cloudcraft. Built with Next.Js 14, Typescript, Tailwind CSS, Redux Toolkit, Radix UI, shadcn/ui
- Host: GitHub
- URL: https://github.com/devdignesh/nextjs14-weather-app
- Owner: devdignesh
- Created: 2024-02-17T07:53:20.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-02-22T07:34:12.000Z (11 months ago)
- Last Synced: 2024-02-23T05:31:07.609Z (11 months ago)
- Topics: axios, nextjs14, openweathermap-api, redux-toolkit, shadcn-ui, tailwindcss, typescript, weather-app
- Language: TypeScript
- Homepage: https://cloudcraft.vercel.app
- Size: 132 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# CloudCraft
CloudCraft is a modern and user-friendly weather application that provides real-time weather updates for cities worldwide.
## Features
- **Framework**: [Next.js](https://nextjs.org/) 14 App Router
- **Weather Data** : [OpenWeatherMap](https://openweathermap.org/)
- **State Management**: [Redux Toolkit](https://redux-toolkit.js.org/) instead of props
- **Persistent Storage**: [Redux Persist](https://www.npmjs.com/package/redux-persist)
- **Styling**: [Tailwind CSS](https://tailwindcss.com/)
- **Components**: [shadcn/ui](https://ui.shadcn.com/)
- **Primitives**: [Radix UI](https://radix-ui.com/)
- **API calls**: [Axios](https://axios-http.com/docs/intro)
- **Hotkeys**: [React Hotkeys Hook](https://www.npmjs.com/package/react-hotkeys-hook) for theme switching (Shortcut: T)
- **Deployment**: [Vercel](https://vercel.com/)## Running Locally
1. Clone the repository and install the dependencies
```bash
git clone https://github.com/devdignesh/nextjs14-weather-app.git
npm install
```2. Create the `.env` and update the variables.
```bash
OPEN_WEATHER_API_KEY=Your_API_Key
```3. Start the development server
```bash
npm run dev
```## Contributing
Ongoing improvements :
- Error handling
- Search-bar City recommendations
- Location maps with weather conditionsContributions are welcome! Feel free to open issues, submit pull requests, or suggest new features.