Code Monkey home page Code Monkey logo

cric-front's Introduction

Cric Auction - Frontend

Cric Auction is a platform designed to simulate cricket player auctions. It is currently used annually by a few colleges in the Pune region of Maharashtra, India.

This is the third revision of this platform. It offers many features, including player and team data management, team evaluation based on provided metrics, security through a simple authentication system, and real-time updates with MQTT service, among others.

Table of content

Features

  • Auction authentication with session management
  • Custom players dataset and default dataset option
  • Stats display for the teams
  • Realtime updates for all the auction screens
  • Automatic metric evaluation based on provided rules

Demo

Vist https://cric-front.vercel.app

Installation

  • Backend Github Repo - Click Here

  • Fork both front-end and backend repos.

  • Build env files according to the instructions given in each repo

  • Build and run each repo by configuring the project as given in run locally section

Configure Env File

To configure the env file for project please take a look at .env.sample file in the repo

Run Locally

Clone the project

  git clone https://github.com/devnev39/cric-front

Go to the project directory

  cd cric-front

Install dependencies

  npm install

Start the server

  npm run dev

Usage/Examples

  • Used to host simulated cricket player auction in college fest.

  • click here to see the feedback received from organizers (First login with any google account to see the feedbacks)

Contact

Bhuvanesh Bonde

LinkedIn

[email protected]

[email protected]

Frameworks

Frontend

My Skills

Backend

My Skills

cric-front's People

Contributors

devnev39 avatar mitesh-24 avatar

Stargazers

Pavankumar Guttedar avatar

Watchers

 avatar

cric-front's Issues

Default features with free plan

Default features which are to be provided for free

  • Auction view with the default players
  • Player list download option with friendly interface
  • Auctioned data download option

Use categorical selectors for adding player information.

For some of the fields use categorical selectors instead of direct typing for making the job simple.

  • Country names
  • Player type ( batsman, bowler, both, etc. )
  • Capped / uncapped / cap type

Find and change all the fields which can be changed to categorical fields.

Use Formik for forms

Currently, there is custom form support. Using Formik can improve the reliability and performance of the application.

Add redux for better state management

Currently, we are relying on react state management which requires heavy prop drilling and is very inefficient. After using redux many speed-related issues will be solved.
Various components can use the updated information without any delay.

List all features and add-ons to be provided.

Add all features in this issue and track them here

  • Free access to default players
  • Player management feature
  • Score rule feature
  • Real-time view of stats to team feature
  • Download the spreadsheet of the whole game feature

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.