Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/kaushikshivam/rain_man

Restaurant Page is a minimal weather app built using modern JS as well as babel and webpack.
https://github.com/kaushikshivam/rain_man

babel css css3 es6 eslint eslint-config html html5 javascript npm package-manager webpack

Last synced: about 13 hours ago
JSON representation

Restaurant Page is a minimal weather app built using modern JS as well as babel and webpack.

Awesome Lists containing this project

README

        

# Rainman

[Rainman](https://priceless-cori-e1d4a3.netlify.com/) is a minimal weather app built using modern JS as well as babel and webpack.
![Screenshot](screenshot.png)

## Table of content

- [Description](#Description)
- [Installation](#installation)
- [Contact](#contact)

## Description

It is a minimal weather project that I built using modern JS.

## It uses the MVC structure in a way that:

- `Models` folder contains Daily, Forcast, Search
- `views` folder contains forecastView, formView and a base file for all DOM elements
- `index` which is the controller file

## It uses technologies such as

- Babel
- Webpack
- ESlint
- npm package manager
- ES6
- Modules

## Installation

1. Clone the project to your local directory

```
git clone https://github.com/KaushikShivam/rain_man
```

2. The project uses NPM for managing dependencies. Run npm install to install all the required dependencies

```
npm install
```

3. Run the task runner to run the app

```
npm run start
```

## Contact

You can contact me at:

- [Portfolio](https://www.shivamkaushik.com)
- [Email](mailto:[email protected])
- [Linkedin](https://www.linkedin.com/in/kshivamdev/)
- [Twitter](https://twitter.com/kShivamDev)
- [Medium](https://medium.com/@shivamkaushikofficial)
- [Angellist](https://angel.co/kshivamdev)