Skip to content

TakeOff is an application to manage all the travel plans, providing with functionalities like booking a flight, hotel, events and tours. This application is built using React, Nodejs and Expressjs

Notifications You must be signed in to change notification settings

meghnakumar/takeOff

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

'TakeOff'

'TakeOff' is a travel management website which aims on providing the users with a one stop platform for flights, hotels, events and tours booking. The deployed website is currently a semi functional prototype demonstrating each feature of the website and the experience it will provide to the users. The website aims on providing a feedback to the user for all their actions. Every button provides a message to the user enhancing the user experience and usability of the website and also making sure that users are aware what each functionality offers.

Authors

Getting Started

To get this app up and ready in your local, please adhere by the below details.

Prerequisites

To have a local copy of this lab / assingnment / project up and running on your local machine, you will first need to install the following software / libraries / plug-ins.

1. Install npm to run the app

2. Any IDE as per your preference - used Webstorm

3. CSS Library used - react-bootstrap

4. Component Library used - Material UI and Chakra UI

See the following section for detailed step-by-step instructions on how to install this software / libraries / plug-ins

Installing

A step by step series of examples that tell you how to get a development env running

1. Install Node in the System - Download it from <https://nodejs.org/en/download/>

2. Install any IDE of the required preference - example Webstorm from JetBrains

3. Import the project from git into the IDE using the git clone command with 'https://git.cs.dal.ca/meghnak/csci-5709-group13.git'

4. Let the project build and install the node modules

5. If the libraries haven't loaded then install them explicitly - npm install react-bootstrap bootstrap, npm install @mui/material @emotion/react @emotion/styled

6. Run the project from terminal by executing - npm run start

7. This will start the application on localhost:3000

8. The application will be up and running on the browser

The application when running will render the home page of the website displaying all the options the website offers. All the options are accessible via routing and each feature can be accessed by the user with proper feedbacks added to help user understand the functionality.

It is a completely responsive website, hence all the components on the pages adjusts on the screen irrespective of the device.

Deployment

This project is deployed on Heroku.

Built With

Sources Used

The following sources were used in understanding some parts of this tutorial

  1. https://mui.com/material-ui/react-card/ Referred to understand how the Card component of Material UI works and how it can be used in the website. Most of the pages like - Hotel detail page, flight detail page, flight bookings page have used it.

  2. https://mui.com/material-ui/react-grid/ Referred to understand how to align card components in the form of grid. The files using card components have mostly used mui grid to align the cards.

  3. https://mui.com/material-ui/react-snackbar/ Used Material UI's snackbar component to pop a toast message on click of certain user actions.

  4. https://mui.com/material-ui/react-dialog/ User Material UI's dialog component to have booking form and modified it as per the requirement of the website.

  5. https://stackoverflow.com/questions/41058681/sort-array-by-dates-in-react-js Referred to the sorting array by dates explanation here to have the sort by functionality enabled and working on hotel listing page and reviews page.

  6. https://mui.com/material-ui/api/text-field/ Referred to access text field and its properties while building signup form

  7. https://www.tutlane.com/example/angularjs/angularjs-ng-pattern-email-validation-example Referred to access regex expression for email validation

  8. https://mui.com/material-ui/material-icons/?query=account Referred to access account icons to be places in profile screen

Acknowledgments

Image/Icon Reference

References

[1] Mui.com. 2022. React Card component - Material UI. [online] Available at: https://mui.com/material-ui/react-card/ [Accessed 11 July 2022].

[2] Mui.com. 2022. React Grid component - Material UI. [online] Available at: https://mui.com/material-ui/react-grid/ [Accessed 4 July 2022].

[3] Mui.com. 2022. React Snackbar component - Material UI. [online] Available at: https://mui.com/material-ui/react-snackbar/ [Accessed 29 June 2022].

[4] Mui.com. 2022. React Dialog component - Material UI. [online] Available at: https://mui.com/material-ui/react-dialog/ [Accessed 2 July 2022].

[5] JS, S., Balan, P., Louis, V. and Shukla, M., 2022. Sort array by dates in React JS. [online] Stack Overflow. Available at: https://stackoverflow.com/questions/41058681/sort-array-by-dates-in-react-js [Accessed 16 July 2022].

[6] Creative Commons. 2022. When we share, everyone wins - Creative Commons. [online] Available at: https://creativecommons.org/ [Accessed 1 July 2022].

About

TakeOff is an application to manage all the travel plans, providing with functionalities like booking a flight, hotel, events and tours. This application is built using React, Nodejs and Expressjs

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages