IEEE-VIT / Howzat

This website is aimed to make cricket fans stay updated on the current ICC Men’s Cricket World Cup 2023. A beginner friendly repository to help users learn and contribute towards open source
https://ieee-cwc.onrender.com/
MIT License
6 stars 16 forks source link
backend flask flask-sqlalchemy front-end-development hacktoberfest hacktoberfest-accepted hacktoberfest-accepted2023 hacktoberfest2023 html-css-javascript jinja2 webdev

Howzat

README Banner

About

This website is aimed at keeping cricket fans updated on the current ICC Men’s Cricket World Cup 2023. Upon opening the website, you will be directed to the Home page, where you can find a navigation bar at the top leading to different tabs:

The Home page also contains:

By clicking on each country's icon, you must be redirected to a page containing squad details.

You can check out the website here.
It will automatically be redeployed whenever a PR is merged

populate.py is crafted for managing static data like fixtures and player information, functioning as a tool to maintain a uniform database across all users.

Tech Stack

Run Howzat

Structure

The website is structured according to Flask, organized into the following components:

Getting Started

  1. Clone the repository: git clone https://github.com/IEEE-VIT/Howzat
  2. Checkout to a new branch: git checkout -b my-amazing-feature
  3. Make your changes.
  4. git add .
  5. git commit -m "A short description of the feature."
  6. git push origin my-amazing-feature
  7. Open a pull request to the curated issues.

To start contributing, CONTRIBUTING.md .
Feel free to fork the repository and submit a pull request with your changes. We welcome improvements, bug fixes, and additional features!