Skip to content

kmirijan/PickUp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

To do:

  1. check teams/teamgames stuff
  2. login session key
  3. users page fix
  4. 404 page fix after sign up
  5. change 404 to loading screen.

PickUp

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.

dist

  • bundle.js
    output of webpack

  • index.html
    main html

  • public
    contains static js scripts

    • map.js
      implements google maps

src

  • 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"
  • server

  • css
    contains stylesheets

    • main.css
      css stylesheet for main page

About

PickUp Web App for CS 115

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 5