https://github.com/nikhils4/fend-capstone
Capstone project developed for the Frontend Nanodegree program of Udacity.
https://github.com/nikhils4/fend-capstone
webpack
Last synced: 2 months ago
JSON representation
Capstone project developed for the Frontend Nanodegree program of Udacity.
- Host: GitHub
- URL: https://github.com/nikhils4/fend-capstone
- Owner: nikhils4
- Created: 2020-06-10T23:11:08.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-06-15T22:17:08.000Z (about 6 years ago)
- Last Synced: 2025-05-22T12:32:52.856Z (about 1 year ago)
- Topics: webpack
- Language: JavaScript
- Homepage:
- Size: 2.87 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# TravelOne App
This is the Capstone project of the Udacity Frontend Nanodegree. It is a Traveller app which gives information about the destination you want to travel and help you plan your trip better.
## Getting Started
To run the project on the development webpack server, open the terminal in the root directory and run the command
```
npm run build-dev
```
To run the project on the production server, open terminal in the root directory and run the command
```
npm run build-prod
```
After that,
```
npm run start
```
Now visit your localhost on port number 8081 in the browser to run the application.
### Prerequisites
You should have node installed in the system to run the project, alongwith you should also have any modern browser installed.
### Installing
To install the dependecies run the command,
```
npm install
```
## Running the tests
For testing run,
```
npm run test
```
## Environment variables
- USERNAME=<>
- WEATHER_KEY=<>
- PIXABAY_KEY=<>
## Built With
* HTML
* SCSS
* JS
* Webpack
* Babel
* Node
## Authors
* **Nikhil Singh** - [nikhils4](https://github.com/nikhils4)
## Acknowledgments
* Udacity guide
* Geoname API
* Weatherbit API
* Pixabay API
* Webpack documentation
* MDN docs
* W3schools