Overview
I worked with a team of three other developers, using agile methodologies to plan and execute a full-stack PERN application in four days.
We decided to build a productivity app that we might actually like to use; an app to set goals for periods of focused, undistracted time, and track our goals.
Stack
- We made RESTful API fetch calls to an Express, PostgreSQL, Node.js backend handling all create, read, update, delete (CRUD) operations.
- Implemented user authentication via jsonwebtoken and bcrypt.
- We got some nifity data-visualization via React-Recharts and notifications from React-Toastify