All Projects → Ash515 → ExamResultGenerator

Ash515 / ExamResultGenerator

Licence: other
Examination result generation portal for universities. 📱💻

Programming Languages

CSS
56736 projects
python
139335 projects - #7 most used programming language
HTML
75241 projects

Projects that are alternatives of or similar to ExamResultGenerator

opensimmpls
OpenSimMPLS is an MPLS network simulator, multiplatform and mutilanguage. It is easy-to-use and is intended for teaching activities. It can be used as well to test new protocols, techniques and methods related to MPLS and/or GoS.
Stars: ✭ 21 (+23.53%)
Mutual labels:  universities
awesome-result-builders
A list of cool DSLs made with Swift 5.4’s @resultBuilder
Stars: ✭ 805 (+4635.29%)
Mutual labels:  resultbuilder
nith-results
A Website for NITH Results.
Stars: ✭ 31 (+82.35%)
Mutual labels:  results
exam-sys
exam-system 郑轻考试系统
Stars: ✭ 15 (-11.76%)
Mutual labels:  examination
examination
Yii2-basic 考试系统
Stars: ✭ 76 (+347.06%)
Mutual labels:  examination
goreporter
A Golang tool that does static analysis, unit testing, code review and generate code quality report.
Stars: ✭ 3,019 (+17658.82%)
Mutual labels:  examination
Native-Exam-Analyse
PC桌面级客户端,电子化考试系统,支持多种题型,选择、填空、阅读理解、选词填空等。考试结果自动分析并可保存。
Stars: ✭ 63 (+270.59%)
Mutual labels:  examination
Nephos
Project Nephos [GSoC '18]: Automated recording, processing, and uploading of TV streams for Universities.
Stars: ✭ 20 (+17.65%)
Mutual labels:  universities
SwiftRegexDSL
A Declarative Structured Language for regular expressions in Swift.
Stars: ✭ 147 (+764.71%)
Mutual labels:  resultbuilder
AndroidOMRHelper
An android application for validating images of OMR sheets before they are sent for processing.
Stars: ✭ 38 (+123.53%)
Mutual labels:  examination
mujoco-benchmark
Provide full reinforcement learning benchmark on mujoco environments, including ddpg, sac, td3, pg, a2c, ppo, library
Stars: ✭ 101 (+494.12%)
Mutual labels:  results
Goreporter
A Golang tool that does static analysis, unit testing, code review and generate code quality report.
Stars: ✭ 2,943 (+17211.76%)
Mutual labels:  examination
cpp learning
2021王道数据结构考研复习指导、2019天勤数据结构、Essentail C++、剑指offer、leetcode
Stars: ✭ 57 (+235.29%)
Mutual labels:  examination
PathBuilder
SwiftUI result builder for Path
Stars: ✭ 48 (+182.35%)
Mutual labels:  resultbuilder

Examination Result Generator Portal

Examination result generation portal for universities.

Introduction

The general portal for publishing exam results at universities. Students can get their exam results without any other medium like Email, Messaging etc. There are two modes of users,

  1. Students.
  2. Administrator i.e COE.

Tech Stacks

  • Frontend - HTML, CSS, JavaScript, ReactJS.
  • Backend - Python Flask.
  • Database - SQlite.

Benifits for Contributors.

  • By building this application we can able to get a clear understanding about frontend and backend works and the server logics.
  • get clear understanding about database connectivity and routing.
  • Get clear understanding about REST API.

Contributor Guidelines

  • Fork this repository.
  • Create a issues then start to make any pull request for that issue.
  • Be sure to give a good crisp commit message.
  • Use only the above mentioned tech stacks.
  • Work with correct directory.

💥 How to Contribute

PRs Welcome Open Source Love

  • Take a look at the existing Issues or create a new issue!
  • Fork the Repo, create a branch for any issue that you are working on and commit your work.
  • Create a Pull Request (PR), which will be promptly reviewed and given suggestions for improvements by the community.
  • Add screenshots or screen captures to your Pull Request to help us understand the effects of the changes that are included in your commits.

HOW TO MAKE A PULL REQUEST:

1. Start by making a fork the ExamResultGenerator repository. Click on the symbol at the top right corner.

2. Clone your new fork of the repository:

git clone https://github.com/<your-github-username>/FoodSaver20008

3. Set upstream command:

git remote add upstream https://github.com/mohit200008/FoodSaver20008.git

4. Navigate to the new project directory:

cd ExamResultGenerator

5. Create a new branch:

git checkout -b YourBranchName

6. Sync your fork or local repository with the origin repository:

  • In your forked repository click on "Fetch upstream"
  • Click "Fetch and merge".

Alternatively, Git CLI way to Sync forked repository with origin repository:

git fetch upstream
git merge upstream/main

Github Docs for Syncing

7. Make your changes to the source code.

8. Stage your changes and commit:

git add .
git commit -m "<your_commit_message>"

9. Push your local commits to the remote repository:

git push origin YourBranchName

10. Create a Pull Request!

11. Congratulations! You've made your first contribution! 🙌🏼

All the best! 🥇

built with love

Contribution Programs

  • DevIncept Summer of Code 21
  • Script Winter of Code 21

Developers 👨‍💻👩‍💻

  1. Ashwin Kumar Ramaswamy
  2. Abhijeet Chaterjee
  3. Payal Dutta
  4. Swathi
  5. Simran Kumari
  6. Dilrose Reji
  7. Surbhi Shekhar
  8. Sohil Kanduja
  9. Nawed Ali
  10. Prateek Mohanty
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].