- check teams/teamgames stuff
- login session key
- users page fix
- 404 page fix after sign up
- change 404 to loading screen.
PickUp Web App for CS 115
Some Documentation:
package.json:
lists all dependencies.
webpack.config.js
bundles files and allows babel usage. Uses server.js for server.
server.js
simple server. Calls main html on path "/" and sets "dist" to serve static files.
-
bundle.js
output of webpack -
index.html
main html -
public
contains static js scripts- map.js
implements google maps
- map.js
-
index.js
entry file for webpack, where the bundling begins -
initdata.js
inserts data into database. Will create duplicates elements if used more than once. -
components
contains react components- data.js
contains function for search - main.jsx <br/ > contains components "Main" and "Rest"
- data.js
-
server
-
css
contains stylesheets- main.css
css stylesheet for main page
- main.css