Robert White

RW

The Third Line

The Third Line is a free-to-use fantasy hockey research tool. Using the NHL stats API, players and team stats are always up to date. Users can register for the site giving them access to a player watch list feature. Users can watch up to five players at a time. If a user forgets their password they have an option to have a reset password link emailed to them.

Technologies

The Third Line is built using Next.js, Next Auth custom email and password provider handles the authentication. MongoDb stores the users data. Nodemailer and Json Web Token are used to handle the password reset.

To style the website I used SCSS and custom media queries for a responsive design.