Sheet Music Maker | Solo Concept Project
Developer | Bay Area | 1 week sprint
* An online sheet music editor with a social aspect to it. Users can connect and share their musical works with each other
* User authentication using JSON web tokens
* Frontend developed with React with hooks and utilizing Semantic UI for layouts
* Backend API developed with Node.js and Express.js
* Used MongoDB for the database and Mongoose to manage it
* Wrote logic to facilitate the writing of sheet music on screen using only React with CSS
Our Alley | Team Concept Project
Developer - Scrum Master - API Master | Bay Area | 1-week sprint
* An online site for users to lookup other nearby users in their neighborhood to create playdates for their dogs. Using Google Maps, the users can define where and when and with whom the playdates are to be had
* As the Scrum master, I determined and planned out the objectives of our project and broken down the individual tasks needed to implement them
* As the API master, I researched all potential APIs we would need to achieve our goals
* My major focus on the project was to implement the Google Maps API in order to geolocate other users within a certain radius of the current user.
* Handled the majority of the frontend coding and design using HTML, CSS, Javascript and Materialize
Barter Town | Solo Concept Project
Developer | Bay Area | 1-week sprint
* A social media/commerce site that allows users to propose trades of goods and other users can bid on those proposals with their own goods
* Frontend developed using HTML, CSS, Javascript and used Materialize for stylish and responsive design
* Backend developed using Node.js, Express.js, MongoDB/Mongoose
* Strict adherence to standard RESTful routing and CRUD mapping
* Implemented a secure and reliable Google OAuth login with Passport.js