Skip to content

rahulvaddepalli2/GoalSetter-App

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GoalSetter-App

What does this application do?

Application allows users to set & track goals

What did building this teach me?

This project taught me how to implement the MERN Stack:
  • Express.js (Server framework)
  • MongoDB (Flexible Document Database)
  • React (JS library to build UI)
  • Node (JS runtime environment)

This application uses middleware to:

  1. Protect routes (using JWT—authentication token)
  2. Handle errors.

In the frontend, we use Redux for global state management (creating slices for authorization & goals)

Login Page:

Login-Page

Register Page:

Register-Page

Dashboard Page:

(Available only when user is logged in)

Dashboard-Page

About

Application allowing users to set & track goals

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors