gary-vladimir / FinalProject

A single page web app that allow users to better plan their trips

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

EvaluateNewsNLP

The goal of this repo is be an example of a basic but functional app built on Express and Webpack.

This application asks the user for a desired city and a departure date if the departure date is less than 7 days the application will show the user the current weather of the destination otherwise it will show the predicted weather of the departure date, if the user decides to he can save the trip and every time he opens the app it will show the last saved trip

Get Up and Running

Download the zip file and cd into the folder

cd into your folder and add your api keys in the .env file then run the following commands:

  • npm install
  • npm run build-prod
  • npm run start to start the app
  • this app runs on localhost:8000
  • npm run test to make testing with jest

Extend Options / Ways to Stand Out

for this project i decided to use weather icons

About

A single page web app that allow users to better plan their trips


Languages

Language:JavaScript 72.8%Language:SCSS 17.8%Language:HTML 9.4%