jmbb1720 / SwapD

A web-based platform where people can exchange skills.
0 stars 2 forks source link

Display data from post submission form to the website #22

Open jmbb1720 opened 4 years ago

jmbb1720 commented 4 years ago

Problem

The information on this page is manually entered into the HTML file, instead of the data from the users. We want to display the data from the users to our web page.

Screen Shot 2020-07-08 at 9 30 16 PM

Step to reduce the problem

Work on the loadPost.js file from Anthony Vo and see how to write the code to get the data from the submit post page and display it to the tennis page.