#Travel Tracker
- Clone the repo from github.
- Cd into the directory from your terminal and install the project dependencies:
- Run
npm install
ornpm i
in the terminal
- To see the HTML page:
- Run
npm start
in the terminal - Press
ctrl/cmd + c
to exit
- Copy the local host address from your terminal and add to your web browser to see the HTML page
- To see the tests:
- Run
npm test
in the terminal
To run the server used, locally, please clone and follow the instructions from this repo.
Travel Tracker is a website travelers/users can login to see their trip requests, request pricing estimate on customized trips and submit them to their account if they chose so if the price is right. The website has an upcoming, past, and pending sections where trips are stored according to the date of the trip.
- Vanilla Javascript
- HTML
- CSS
- Mocha
- Chai
- Webpack
- Fetch API
- POST.
- Button functionality.
- Got the fetch requests to fetch successfully.
- I was able to POST successfully.
- Used npm package dayjs for the first time to format dates.