- Project Description
- Skills & Retrospective
- Future Plans/Roadmap
- Dev Manual
- App Components Diagram
- User Guide
- Running Tests
- Color and Font References
- Support and Feedback
{SoC}ial was created by Matthew Miller, Simon Partridge, Kunal Shukla, and Wanteng Teoh (Team mishMash) in week 9 of our School of Code bootcamp. We were challenged to come up with an app to help improve the remote learning experience of our fellow bootcampers in one short week.
After ideating around this theme and identifying existing problems, we ultimately decided to create an app that helps bootcampers more easily create and attend online intra-cohort social events outside bootcamp hours.
As the result, "{SoC}ial" is a single-page React web app that allows bootcampers to create online events for the School of Code community, as well as find and attend events created by other bootcampers.
This was our first experience as a group on an extended project. This exercise aimed to apply knowledge gained in the first 8 weeks of the School of Code bootcamp, as well as learning and applying the following skills:
- Agile methodologies and tools
- Project planning & management
- UX/UI design processes
- Cooperation and decision making in a larger dev team
Having reflected on the project week as a team, we believe that our strengths included:
- Creating a strong team manifesto that helped us stay focused and keep momentum during decision-making phases.
- Creating an environment where all team members felt valued and could contribute.
- Designing a realistic and quickly achievable MVP.
- Having regular (twice-daily) stand-up meetings to check in and plan next steps, keeping everyone on the same page.
- Every team member had the opportunity to be involved with each aspect of the project, resulting in an improved sense of understanding and ownership.
Thanks to these strengths, team morale remained high throughout the week and we were able to build an app that fulfilled our original brief and design.
Lessons to take forward to future projects:
- Although we wrote tests for the back-end, testing should be given greater priority.
- Programming steps should be broken down and planned in greater detail before starting to code.
- Write questionnaires to test, rather than confirm, our opinions/biases.
- Spend more time on the UX/UI design process.
- Make sure code i as human-readable as possible.
- Be more ambitious regarding stretch goals.
We have planned the following functionality, which will be added to the app in due course:
- User account/login functionality
- Ability for users to edit and delete existing events
- Add Dark Mode and other color blindness modes
- Add Google Calendar/other calendar integration
- Make expired/past events visible on page (rather than filtered out by back end)
- Add filters to avoid misuse/abusive language being inserted into events
This project has yet to be deployed, but can be run locally using the following instructions:
Clone the project front-end and back-end separately:
git clone https://github.com/SchoolOfCode/w9_frontend-project-mismash.git
git clone https://github.com/SchoolOfCode/w9_backend-project-mismash.gitTo run the front-end, navigate to the front-end folder and run the following terminal commands:
cd social
npm install
npm startTo run the back-end, navigate to the back-end folder and run the following terminal commands:
npm install
npm run resetTable
npm run devThe server should run on http://localhost:3001, while the app should run on http://localhost:3000.
To run this project, you will need to add the following environment variables to your .env file
PGHOST
PGDATABASE
PGUSER
PGPORT
PGPASSWORD
Once you have the back-end server and front-end app up and running, you can use the app as follows:
Click on the "Create Event" button, fill out all form fields, and then click the "Submit" button (NB. all fields must be completed, and date must not be in the past for submission to work). Your event should then appear in the event list below the "Create Event" button.
The list of future events is shown below the "Create Event" button. To register your interest in an event, click the "Attending?" checkbox. To launch an event, click the corresponding "Launch" button, which should open the appropriate meeting link in a new browser window.
Tests check that all current API requests (GET, POST, PATCH) operate correctly. These can be run in the back-end folder using the following terminal commands:
npm run resetTable
npm run testTBD
| Color | Hex |
|---|---|
| Project Green | #74C69D |
| Project Pink | #F4AAFB |
Header font - Londrina Solid - examples:

Main text font - Roboto - examples:

To receive support or give feedback, please contact team members through details provided on their Github profiles:
@Matthew Miller, @Simon Partridge, @Kunal Shukla, @Wanteng Teoh


