Create index.js - #81
Conversation
Introduced a new Help page to provide users with setup guidance and additional resources. The page includes a video tutorial for running Redux locally and a collection of external links for learning and documentation.
Trosper3
left a comment
There was a problem hiding this comment.
If you don't mind, please try to combine pull request features from #80 and #81. The reason I ask is if I go to review this branch without #80 I see no help tab, but the page code is there and has a dark mode type background.
In summary:
- Combine features from #80 and #81 in a new pull request
- Give the help page a light mode background with an appropriate banner color in the Bengal color theme.
I will provide this in #80 as well.
|
@Trosper3 Thank you. Sure thing. Appreciate it. |
Updated Help page with redesigned educational resources layout and light theme styling. Changes made: * Reworked Help page structure to align with updated About Us page styling * Converted Help page from dark purple theme to light academic theme * Updated navbar/theme primary color to dark gray (#3F3F46) * Added “Welcome to Redux” introductory section * Added educational complexity theory reference links using Wikipedia resources * Added curated links for: * Computational problems * Algorithms * Complexity classes * NP-completeness concepts * Karp’s NP-complete problems * Reductions and approximation algorithms * Added “Access Redux Content” section * Added RESTful API access link using Swagger documentation * Added placeholder section for future C# Library import instructions * Updated card styling, spacing, shadows, borders, and hover effects * Updated hyperlink styling to ISU-inspired orange accent color (#F47C20) * Improved typography consistency and responsive layout spacing * Removed outdated tutorial-focused dark theme layout * Standardized Help page visual design with the updated Redux frontend theme
Added Help and Contribute
Made changes in Help Tab, including adding orange hover instead of purple, and removing Wikipedia in every line of the "WELCOME TO REDUX" section as reviewed with Dr. Bodily.
Redux Build System — CI Report
Overall: ❌ 2 passed · 3 failed · 3 skipped ❌ audit — 1 high
❌ format-check — 58 format · 33 import order
❌ lint — 25 errors, 41 warnings
|
Trosper3
left a comment
There was a problem hiding this comment.
Nice job fixing the hover color. I fixed the merge conflicts and checked the hyperlinks. All hyperlinks go to appropriate pages. In time we will have to add ore to these pages, but this is an excellent start! Thanks, @pkprathamkhanal!
We need to fix swagger UI, but this is an issue I will add that is unrelated to this PR.
Ports the links from the About Us page's Learn More section that aren't already covered by the Welcome/Access sections above, ahead of removing that section from About Us. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01Pct9JRAYSFWvFNo1VuqGBJ
|
@ReduxISU/developers, can I get someone else to checkout this branch and look at the features since I made my own edits to it? |

Introduced a new Help page to provide users with setup guidance and additional resources. The page includes a video tutorial for running Redux locally and a collection of external links for learning and documentation.