Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/steelx/ithought_itwillworks
Flight Booking Angular JS app
https://github.com/steelx/ithought_itwillworks
Last synced: 2 days ago
JSON representation
Flight Booking Angular JS app
- Host: GitHub
- URL: https://github.com/steelx/ithought_itwillworks
- Owner: steelx
- Created: 2015-04-12T09:58:09.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-04-15T07:29:05.000Z (over 9 years ago)
- Last Synced: 2023-04-05T23:12:07.332Z (over 1 year ago)
- Language: CSS
- Size: 2.35 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# i-thought-itwill-works
This project is generated with [yo angular generator](https://github.com/yeoman/generator-angular)
version 0.11.1.Flight Booking AngularJs App. Designed and Developed by Ainkya www.AjinkyaxJs.com
Please note this is just a static app, backend still needs to provide REST API to fetch flights data based on Destinations and Date, etc. This app just makes a static JSON request everytime and fetches the data.## Build & development
Run `grunt` for building and `grunt serve` for preview.
## Testing
Running `grunt test` will run the unit tests with karma.
## How to Run
`cd iThought_itwillWorks`
`grunt`
`grunt serve`Incase 'grunt' command doesnt work, please install dependacies manually by typeing following commands in sync:
1. `npm install`
2. `bower install`
3. `grunt`
4. `grunt serve` //this will open application in browser.## Aplication preview
1.homepage
![homepage](https://cloud.githubusercontent.com/assets/3184210/7105201/3344e5c8-e12b-11e4-9e9f-4c6c27eb4238.jpg)2.flights-result-page
![flights-result-page](https://cloud.githubusercontent.com/assets/3184210/7105444/17b780fc-e137-11e4-9c1e-54223589d45a.jpg)