Frontend Developed Seperatedly to interact with backend
- Vite + React: For frontend development
- Tailwind CSS: For styling
- Ether Js: For Interaction With Etherum
- Meta Mask: For Wallet Authentication
- The
devbranch is the main working branch. - All feature branches must be created from
dev. - Merge requests should be directed to
dev.
Follow this format for commit messages:
[type]: Short descriptionfeat: New featurefix: Bug fixrefactor: Code restructuring without functionality changesstyle: Code style changes (formatting, missing semi-colons, etc.)docs: Documentation updatestest: Adding or updating testschore: Other changes (e.g., build process, dependencies updates)
Example:
feat: add quiz timer functionality
fix: resolve issue with user authentication- Fork the repository.
- Create a new branch (
feature/your-feature-name). - Make your changes and commit using the guidelines above.
- Push to your fork and submit a pull request to
dev.
This project is licensed under cetmca26.live