aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2024-04-18Merge pull request #27 from digadoo/developJeff Kleinaitis
2024-04-17refactor: Remove Sidebar from being rendered since file is removedJeff
2024-04-17fix: Remove Sidebar component since GridLayout.js includes itJeff
2024-04-17refactor: Remove -xl tag from footer to make border on navbar and footer matc...Jeff
2024-04-17feat: Add border to navigation barJeff
2024-04-17feat: Implemented basic grid layout system with working side barJeff
2024-04-15feat: Add notification icon, down caret icon, and user's name to logged in na...Jeff
2024-04-15fix: Remove duplicate .gitignore fileJeff
2024-04-15refactor: Force authentication check before page renderJeff
2024-04-15feat: Add user and refresh token into local storage for persistent user sessionsJeff
2024-04-15refactor: Remove test user dataJeff
2024-04-15refactor: Update variable names and remove unneeded print statementsJeff
2024-04-15feat: Add proxy configuration to package.jsonJeff
2024-04-15feat: Implement request to get user details upon successful loginJeff
2024-04-15fix: Update comment to better specify part of header its referencingJeff
2024-04-15feat: Add React fragment to contain false conditional componentsJeff
2024-04-12feat: Conditionally render home page based on user auth statusJeff
2024-04-11refactor: Update login response handling to use response.json() for user data...Jeff
2024-04-11feat: Implement authorization context into navigation barJeff
2024-04-11feat: Add dashboard page for logged in usersJeff
2024-04-11feat: Initialize structure of sidebar componentJeff
2024-04-11feat: Implement React context for authorizationJeff
2024-04-10refactor: Add API request functionality to file and rework to utilize basic a...Jeff
2024-04-10refactor: Add all former paths from NextJS version, and setup excluded routes...Jeff
2024-04-10refactor: Moved API request handling inside of SignUp fileJeff
2024-04-10refactor: Moved handling API requests out of FlexibleFormJeff
2024-04-10chore: Add .env file to .gitignoreJeff
2024-04-09chore: Remove .idea files from repoJeff
2024-04-09chore: Update .gitignore to exclude .idea folderJeff
2024-04-09chore: Remove duplicate .gitignore fileJeff
2024-04-09fix: Delete .idea directoryJeff Kleinaitis
2024-04-09Merge pull request #20 from digadoo/developJeff Kleinaitis
2024-04-09Merge branch 'main' into developJeff Kleinaitis
2024-04-09fix: Remove CRA info from README fileJeff
2024-04-09refactor: Remove NextJS from projectJeff
2024-04-09Resolve merge conflictsJeff
2024-04-09refactor: Removed NextJS from projectJeff
2024-04-09Merge pull request #19 from digadoo/developJeff Kleinaitis
2024-04-08Initialize project using Create React AppJeff
2024-04-07feat: Implement form submit API request functionalityJeff
2024-04-04chore: Update dependenciesJeff
2024-04-04feat: Add forgot password page using flexible form componentJeff
2024-04-04feat: Add separate page for users to sign upJeff
2024-04-04feat: Add profile/account page to projectJeff
2024-04-04feat: Create component for handling form building (sign in, sign up, reset pa...Jeff
2024-04-04chore: update dependenciesJeff
2024-04-04refactor: Update login page to include flexible form componentJeff
2024-04-04feat: Add basic session handlingJeff
2024-04-04deleted unused filesJeff
2024-04-02feat: Implemented signup component into login pageJeff