Full stack development projects

Below is a selection of coding projects I have worked on both individually and as part of a group.

FullĀ stackĀ developmentĀ 
Homegrown appHomegrown

Group project. Full stack E-Commerce app incorporating Stripe API that empowers buyers and sellers in Barcelona to shop and sell locally.

I implemented the authentication/authorization feature using JSON Web Token and bcrypt so both buyer and seller could register and login safely. I also implemented seller-related features including profile picture upload using express-fileupload.

Built with: ReactJS, MySQL, Node.js, Express.js, HTML/CSS, Bootstrap, React-Toastify

InkedIn appInkedIn Tattoo Finder

Full stack app that helps a user find their ideal tattoo artist based on their style and location preferences. End-to-end implementation.

The user is able to browse tattoo styles, input their preferences in a form which then automatically loads their dashboard with a list of artists that match their terms.

Built with: ReactJS, MySQL, Node.js, Express.js, Bootstrap, HTML/CSS.

BookSwapper appBookSwapper

Added a feature extension to an existing project. Built a bookmarking functionality allowing users to save a book for later and un-save it when they're ready to swap.

Achieved through adding a junction table to the database design.

Built with: ReactJS, MySQL, Material UI, Bootstrap, HTML/CSS.