Skip to content

pythonkumasi/Peer-Review

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

62 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Peer-Review Project

Overview

This project is designed to facilitate peer reviews among students. Students are given a set of questions about their peers and are required to answer these questions to review their peers. A unique feature of this project is that if one student reviews another, the latter cannot review the former.

Features

  • Students review their peers based on predefined questions.
  • A restriction ensures that once a student reviews another, the latter cannot review the former.

Getting Started

Prerequisites

  • Python 3.x
  • Django 5

Contributing

  1. Fork the project:
    • Click the "Fork" button at the top right of this page.
  2. Clone your fork:
    git clone https://github.com/your-username/Peer-Review.git
  3. Create a new branch:
    git checkout -b feature/YourFeature
  4. Run linters and format the code before committing:
    # Example for Python (adjust as needed for your project)
    flake8 .
    black .
  5. Commit your changes:
    git commit -m 'Add some feature'
  6. Push to the branch:
    git push origin feature/YourFeature
  7. Open a pull request:
    • Navigate to the original repository and click "New Pull Request".

License

This project is licensed under the MIT License - see the LICENSE file for details.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages