Skip to content

Advanced-Applied-Programming/team1_2020

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BLMLogo

BLM Social Media

Project for team 1's 2020 IBM Blue Movement Bootcamp

Technologies

  • React - Frontend: JavaScript library for creating web apps!
  • node.js - Evented I/O for the backend
  • Material UI - Frontend framework for UI design

References

Installation / Usage

Two methods: Online and Local

Online Method (gh-pages branch)
Access via website: https://blue-movement.github.io/team1_2020/

Local Method (master branch)
Requires node.js.

$ git clone https://github.com/Blue-movement/team1_2020
$ cd team1_2020
$ ./run.sh

Team

  • Adedapo Adetayo
  • Daijon Bereola-Carson
  • Myles Cherebin
  • Anthonia Duru
  • Caitlynn Journey
  • Ndunge Mulwa
  • Prabhjot Singh
  • Ekene Uzoegwu
  • Armani Weise
  • Perren Wright

Directory Structure

team1_2020
├── ...
├── public              # Files to display web page
│   └── ...
├── src
│   ├── components      # All frontend components used to display web pages 
|   |   ├── feed                # Social Media Feed component
|   |   |   └── ...
|   |   ├── 404.js              # 404 Status component
|   |   ├── about.js            # About component
|   |   ├── action.js           # Action component
|   |   ├── navbar.js           # Navbar component
|   |   ├── protest.js          # Protest component
|   |   └── uplift.js           # Uplift component
│   ├── App.js      # Main Component responsible for routing
│   ├── index.css   # Main CSS File
│   ├── theme.js    # Takes a component and applies a theme to it
│   └── ...
├── README.md       # The file you are currently reading
├── run.sh          # Bash script to run the web application
└── ...

About

Project for team 1's 2020 IBM Blue Movement Bootcamp

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • JavaScript 68.7%
  • HTML 29.0%
  • CSS 2.0%
  • Shell 0.3%