BondFire is an online social network that connects graduates of software engineering immersive programs with fellow graduates and recruiters.
- Product Owner: Kristina McElveen
- Scrum Master: Shanna Sullivan
- Development Team Members: Kristina McElveen, Darryl Nunn, Bosa Omoregie, Shanna Sullivan
To view this app, navigate to BondFire's website To view this repository on your local machine,
- Fork and clone this repository.
- In your terminal, navigate to the
client
directory and typebower install
to install bower dependencies. If bower is not already installed, typesudo npm install -g bower
thenbower install
. - In your terminal, navigate to the
app
directory and typepython -m SimpleHTTPServer
. - In your browser, navigate to
localhost:8000
.
We implemented the following features during BondFires's development:
- Interactive map that shows locations of graduates from software engineering immersive programs
- Listings for each location that shows the profiles of graduates in that area
- Ability for new graduates to add themselves to the map and database
- Ability for users to add a blog posting to the blog section
- Toy problem of the day with a sandbox for users to code the solution
BondFire uses the following techcnologies:
- Angular
- jQLite
- Github API
- Firebase
See CONTRIBUTING.md for contribution guidelines.