aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
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 ↵Jeff
data extraction
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 ↵Jeff
auth header
2024-04-10refactor: Add all former paths from NextJS version, and setup excluded ↵Jeff
routes array to handle routes where the nav bar, footer, and widget are not rendered
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-09fix: Remove CRA info from README fileJeff
2024-04-09refactor: Remove NextJS from projectJeff
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 ↵Jeff
password, etc)
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
2024-04-02feat: Add 404/500 error pagesJeff
2024-04-02feat: Add component for sign up/login pageJeff
2024-04-02fix: prevent login button in nav bar from wrapping on window size changeJeff
2024-04-01refactor: Move header/footer components to root layoutJeff
2024-03-30feat: Add new pages/routes for footer itemsJeff
2024-03-30refactor: Dynamically generate links based on array itemsJeff
2024-03-30fix: Fix typo within FAQ descriptionJeff
2024-03-30fix: Update copyright statement format within footerJeff
2024-03-29fix: Update text within contact us widgetJeff
2024-03-29fix: Update call to action textJeff
2024-03-29Update FAQ section to include common questions and answers related to ↵Jeff
Helping Hands
2024-03-29fix: Remove video and testimonial sections from landing page and all files ↵Jeff
associated with them
2024-03-29style: Remove unneeded margin-top from FAQ sectionJeff
2024-03-28fix: Overhaul of footer section to include information related to Helping Hands.Jeff
2024-03-28chore: remove unused image fileJeff
2024-03-28fix: Update navigation bar options and alt text description of HH logoJeff
2024-03-27refactor: Update components for drawing charity/non-profit svg logos on siteJeff
2024-03-27feat: Add charity/non-profit svg image files to repoJeff
2024-03-27chore: remove .idea files from repoJeff
2024-03-27chore: add .idea file to .gitignoreJeff
2024-03-27initJeff