Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/kaushikshivam/rain_man
- Owner: KaushikShivam
- Created: 2019-10-18T22:13:36.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-05T00:00:52.000Z (almost 2 years ago)
- Last Synced: 2024-04-09T21:21:08.127Z (7 months ago)
- Topics: babel, css, css3, es6, eslint, eslint-config, html, html5, javascript, npm, package-manager, webpack
- Language: JavaScript
- Homepage: https://priceless-cori-e1d4a3.netlify.com/
- Size: 802 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 24
-
Metadata Files:
- Readme: README.md
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)