Skip to content

Hindram/Travel-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FEND Capstone Project: Travel App

Travel app project obtains desired trip location & date from the user and displays weather and an image of the location using information obtained from external APIs.

Get Started

  1. cd into your new folder: npm install
  2. Run server: npm run start
  3. Run webpack development mode: npm run build-dev
  4. Run webpack production mode: npm run build-prod
  5. Run test: npm run test

Bootstrap, Express and Webpack

This project was built using Bootstarp, Express Node Js framework and webpack.

Project Dependencies

"body-parser": "^1.19.0",
"bootstrap": "^4.5.2",
"cors": "^2.8.5",
"dotenv": "^8.2.0",
"express": "^4.17.1",
"jquery": "^3.5.1",
"node-fetch": "^2.6.0",
"popper.js": "^1.16.1",
"supertest": "^4.0.2",
"webpack": "^4.44.1",
"webpack-cli": "^3.3.12"

Project devDependencies

"@babel/core": "^7.11.1",
"@babel/plugin-transform-runtime": "^7.11.0",
"@babel/preset-env": "^7.11.0",
"babel-loader": "^8.1.0",
"babel-polyfill": "^6.26.0",
"clean-webpack-plugin": "^3.0.0",
"css-loader": "^4.2.0",
"file-loader": "^6.0.0",
"html-webpack-plugin": "^3.2.0",
"jest": "^26.2.2",
"mini-css-extract-plugin": "^0.9.0",
"node-sass": "^4.14.1",
"nodemon": "^2.0.4",
"optimize-css-assets-webpack-plugin": "^5.0.3",
"sass-loader": "^9.0.3",
"style-loader": "^1.2.1",
"terser-webpack-plugin": "^4.0.0",
"webpack-dev-server": "^3.7.2",
"workbox-webpack-plugin": "^5.1.3"

About

Travel app project obtains desired trip location & date from the user and displays weather and an image of the location using information obtained from external APIs.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors