Skip to content

Latest commit

 

History

History
63 lines (48 loc) · 2.53 KB

README.md

File metadata and controls

63 lines (48 loc) · 2.53 KB

MMNCT website The MMNCT is a cricket tournament organized by SVNIT, Surat in memory of a former student named Manoj Kumar who had a great love for the game. Manoj passed away due to dengue fever while he was studying electrical engineering at the institute. The tournament started in 2006 to honour his memory and keep his passion for cricket alive. It is a day-night event that aims to inspire a fighting spirit among the participants, ensuring that Manoj's legacy lives on.

MMNCT is a cricket website that aims to enhance audience interaction throughout the tournament. It offers a range of features that cater to the needs of cricket enthusiasts. One of the key features is the live score, which provides users with real-time updates on the ongoing matches. Users can also view the fixtures and check the dates and timings of upcoming matches. The points table feature enables users to keep track of their favorite team's position in the tournament. The poll feature allows users to vote for their favorite teams and players, providing a platform for healthy discussions and debates. The trivia section of the website is a fun way for users to test their knowledge of cricket, and the memories section provides a platform for users to relive some of the most iconic moments in cricket history. The announcements section of the website keeps users informed about any news and updates related to the tournament. This feature ensures that users are always up-to-date with the latest developments.



Website link https://www.mmnct.in/


Screenshots
Home page

image
image
image


Fixtures

image


Points table

image

image


Localhost Setup
Clone this repo(or download code zip file)

$ git clone https://github.com/ujjwalkirti/mmnct.git
$ cd mmnct

Install dependencies

$ npm install

Start the development server

$ npm run dev