weather_app

A weather app made using vanilla javascript

MIT License

Stars
0

Table of Contents

About The Project

The app is built using native javascript api for manipulating the DOM. The main aim of this app was to aquaint the learner with DOM manipulation skills using vanilla Javascript. The site is a single pager where a user can stay up date with weather forecasts

Home (Landing Page)

Live Demo

Click here for a live demo of the app.

Built With

The project was built using the following languages stacks:

Front-End(client)
Testing Frameworks
  • N/A

Getting Started

To get a local copy up and running follow these simple example steps.

Prerequisites

  • Node

  • Basic knowledge of npm/yarn

Installation

  1. Clone the repo
git clone https://github.com/Cyrus-Kiprop/weather_app
  1. CD into the project root directory
cd ./weather_app
  1. Install Dependencies and packages
npm install
  1. Build the files
npm start

Usage

Open the index.html file using live servers.

right click on index.html file and open it with the browser or with live server.

Navigate to your browser and open port 8080 (use your live server port):

http//localhost:8080

Stay up to date with weather forecasts

Roadmap

See the open issues for a list of proposed features (and known issues).

Contributing

Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/NewAwesomeFeature)
  3. Commit your Changes (git commit -m 'Add some NewAmazingFeature')
  4. Push to the Branch (git push origin feature/NewAmazingFeature)
  5. Open a Pull Request

Contact

Cyrus Kiprop - [email protected]

Project Link: https://github.com/Cyrus-Kiprop/weather_app

Authors

👤 Cyrus Kiprop

Acknowledgements

License

Distributed under the MIT License. See LICENSE for more information.

Badges
Extracted from project README
Contributors Forks Stargazers Issues
Related Projects