Skip to content

mainlyetcetera/travel_tracker

Repository files navigation

Travel Tracker

What is it?

This is a practice repo. Students practice making api calls and using the corresponding data. Students also gain experience with Webpack and building a modular file structure.

Why does it exist?

  • make api calls using fetch and .then() syntax
  • use data stored in promises to influence a data-model
  • have a DOM that properly displays the data from that data-model
  • practice building a modular file structure linked with Webpack

Gifs

Installation Instructions

Try it yourself!

  • fork this repo (do not clone)
    • this repo is a template with Webpack installed, leaving the rest of the file structure up to the user
  • clone and fork this repo

My attempt:

  • if looking to view my attempt with this, fork my repo here

General Instructions:

  • cd into the webpack starter kit

  • run npm install to install dependencies

  • run npm start to run the associated server

  • you will want to open a new tab in your terminal to interact with the directory

  • you may navigate to localhost:8080 to view your code in action!

  • cd into servers repo

  • run npm install to install dependencies

  • run npm start to run the server hosting the apis

  • this is running at port 3001

Planning!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages