Fluffbook

Details

My final project for the Codecademy. This is a personal organiser app with some slight social media elements. I used test based development for the front end which presented some interesting challenges. I also tried to do more with less libraries and tried to create my own methods for items such as React Forms.

Please note this project is currently under code review, the improvements so far will include:

  • Moving the backend to a MVC pattern by transferring out the SQL into its own separate model.
  • Moving the unit tests into the folders to accompany the React components they are testing.

Tech Stack

  • PostgreSQL
  • Express.js
  • React
  • Node.js