Skip to content

GA WDI - Assignment3 - Building an interactive platform with React and Flux (Work in Progress!)

License

Notifications You must be signed in to change notification settings

ongmin/socialplatform

Repository files navigation

Social platform

A React-based single app page for authors. Authors can register and share documents and comments. A Google Maps API also helps in the registration process by autocompleting the author's location as he/she types.

The app is deployed here.

Technologies Used

We wanted to try out the entire React ecosystem. This application uses the following technologies:

  • React
  • React Router
  • Flux
  • Node
  • Gulp
  • Browserify
  • Bootstrap

Installation

Run the following to install all dependencies:

npm install

As this single page app uses the Google Maps Places API to get suggests, do make sure that the Google Maps Places API is also in the <head> of your HTML:

<!DOCTYPE html>
  <html>
  <head><script src="https://maps.googleapis.com/maps/api/js?libraries=places"></script>
  </head>
  <body></body>
</html>

License

The MIT License (MIT) Copyright (c) 2015 Ubilabs katzki@ubilabs.net

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the “Software”), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

About

GA WDI - Assignment3 - Building an interactive platform with React and Flux (Work in Progress!)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published