Skip to content

Latest commit

 

History

History
12 lines (11 loc) · 641 Bytes

File metadata and controls

12 lines (11 loc) · 641 Bytes

Task List: Academic Tools Suite Implementation

  • Create main tools directory structure
  • Create Tools.jsx (the hub page)
  • Create CitationGenerator.jsx (with 6 styles + in-text)
  • Create GrammarChecker.jsx (LanguageTool API integration)
  • Create AIDetector.jsx (heuristic scan + highlights)
  • Create AIHumanizer.jsx (Streamlit locked iframe embed)
  • Modify App.jsx to register the new tool pages and routes
  • Modify Navbar.jsx to replace "Services" or add "Tools" to nav links
  • Verify build compiles correctly using npm run build
  • Create walkthrough.md outlining the new features