Skip to content

Latest commit

 

History

History
55 lines (38 loc) · 1.35 KB

File metadata and controls

55 lines (38 loc) · 1.35 KB

Contributing to Study Tracker

First off — thank you for wanting to contribute! 🎉

This is a single-file HTML project, so contributing is very simple.


🐛 Reporting Bugs

  1. Go to IssuesNew Issue
  2. Describe the bug clearly:
    • What did you do?
    • What happened?
    • What did you expect?
    • Browser and OS (e.g. Chrome on Android)

✨ Suggesting Features

  1. Open a new issue with the label enhancement
  2. Describe your idea clearly
  3. Explain why it would help students

🛠️ Making Changes (Pull Requests)

  1. Fork this repository
  2. Make your changes in index.html
  3. Test it by opening the file in a browser
  4. Submit a Pull Request with a clear description of what you changed and why

Guidelines

  • Keep everything in the single index.html file
  • Don't add npm, build tools, or external dependencies that require installation
  • External CDN links (like Tailwind) are fine
  • Keep the UI consistent with the existing dark/glassmorphism theme
  • Test on both desktop and mobile before submitting

💡 Ideas for Contributions

  • Add more subjects or chapters
  • Improve mobile responsiveness
  • Add new color themes
  • Improve the AI chatbot prompts
  • Fix typos or improve descriptions
  • Add a notes/flashcard feature

Thank you for helping make studying easier for students! 💜