/first_capstone_project

A Chess-Masters Tournament website with great UI from Bihance template. This website provides all the information about the league and provides a little more details about the judges and entities involve. The website was created using HTML/CSS and Javascript

Primary LanguageCSSMIT LicenseMIT

πŸ“— Table of Contents

Building a responsive Chess tournament website using HTML/CSS Javascript from a bihance design template

Click here for the website presentation video

Client
Server
Database

Key Features

(back to top)

πŸš€ Live Demo

capstone

(back to top)

πŸ’» Getting Started

A beginner developer can use this website as a starting point for creating other HTML projects that are properly set up with CSS and have ESLint configured.

Prerequisites

In order to run this project you need:

  • NODE
  • ESlint set up
  • Web Template from Binance

Setup

Clone this repository to your desired folder:

gh repo clone Chaseknis/chaseknis.github.io

Install

To obtain a copy of this repository, clone it to your desired folder:

Commands:

  gh repo clone Chaseknis/first_capstone_project
  cd capstone_project
  npm install -y



Usage

To run the project, execute the following command:

  • install serve with:
npm install -g serve
  serve -s .

Run tests

To run tests, run the following command:

  • To check for CSS errors
    npx stylelint "**/*.{css,scss}"
  • To check for HTML errors
    npx hint .
  • To check for Javascript errors
    npx eslint .

(back to top)

πŸ‘₯ Authors Innocent N.

πŸ‘€ Author

(back to top)

πŸ”­ Future Features

I'll add the following section to the webpage.

(back to top)

🀝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the issues page.

(back to top)

⭐️ Show your support

If you like this project... Kindly leave a star ⭐

(back to top)

πŸ™ Acknowledgments

I would like to thank Microverse and my studying partners and Cindy Shin for the amazing UI design.

Original design idea by Cindy Shin in Behance

Screenshot 2023-01-06 at 18 35 26

(back to top)

❓ FAQ

(back to top)

πŸ“ License

This project is MIT licensed.

(back to top)