A weather app built with the latest web technologies for optimized performance and an intuitive, visually appealing experience. TAKE A LOOK HERE
- Tailwind CSS for styling
- Next.js for optimized performance
- Open Weather Map API for accurate data
- Provides up-to-date weather information for any location
- Intuitive design with visually appealing interface
- Fast and responsive performance
- Node.js installed on your machine
- A Open Weather Map API key (you can get one here)
- Clone the repository:
git clone https://github.com/mdazlaanzubair/AtmoSphere.git
- Navigate to the project directory:
cd AtmoSphere
- Install the dependencies:
npm install
- Create a copy of the
.env.local.example
file and name it.env.local
. - Replace
<YOUR-API-KEY-HERE>
in.env
with yourOpenWeatherMap API
key. - Start the development server: npm start
- Open
http://localhost:3000
in your browser to view the app.
Contributions are welcome. Feel free to submit a pull request.
The project is open source and licensed under the MIT License.