Code Monkey home page Code Monkey logo

weather-app's Introduction

Weather App 🌦️

This is a weather app that allows you to get the current weather information for a specific location. It utilizes asynchronous programming and API calls to fetch the weather data from Weather API. The app is built using webpack to bundle and optimize the JavaScript code.

My goal behind the building of this app was to practice working with asynchronous JavaScript, making API calls, and handling the response data. Some of the the new plugins and loaders that I used in this project are: prettier, eslint, babel and fontawesome.

Screenshot

screenshot

Live Demo

Experience the app by clicking here.

Installation

  1. Clone the repository:

    git clone https://github.com/sebastianmsz/weather-app.git
  2. Install the dependencies:

    npm install

Usage

  1. Start the development server:

    npm start
  2. Open your web browser and navigate to http://localhost:8080.

  3. Enter the location for which you want to get the weather information.

  4. The app will display the current weather conditions for the specified location.

Project Structure

The project is organized into the following directories:

  • src: Contains the JavaScript modules and UI components.
  • public: Contains the static files such as the HTML template and images.
  • dist: Contains the bundled and optimized files generated by webpack.

Technologies Used

  • Webpack: A module bundler for JavaScript applications.
  • JavaScript: The programming language used for the app's logic.
  • HTML: The markup language used for the app's user interface.
  • CSS: The styling language used for the app's UI.

Contributing

Contributions are welcome! If you find any issues or have suggestions for improvements, please open an issue or submit a pull request.

Contact

If you want to contact me you can reach me via email at [email protected].

weather-app's People

Contributors

sebastianmsz avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.