prrockzed / chessed

Four Player Chess Game made using react js library in Javascript. Completed. You can PLAY!
https://prrockzed.github.io/chessed/
GNU General Public License v3.0
6 stars 0 forks source link

Navbar and Footer #4

Open prrockzed opened 2 days ago

prrockzed commented 2 days ago

Is your feature request related to a problem? Please describe.

Currently, the project lacks a structured UI with a proper navbar and footer, which impacts the overall design and user experience. Additionally, the size of the chessboard often requires users to scroll, making it inconvenient to view all elements (navbar, board, and footer) on a single page.

Describe the solution you'd like

  1. Add a navbar at the top with a clean UI, featuring the Chessed logo and the name 'Chessed' written on the left side.
  2. Include a footer at the bottom of the page with useful information or links (e.g., copyright info, contact links).
  3. Adjust the size of the chessboard and layout so everything (navbar, board, and footer) fits on a single page without requiring users to scroll.

Additional Context

This feature will significantly improve the visual appeal and usability of the project. The navbar and footer will provide better navigation and a professional look, while resizing the board ensures a seamless, scroll-free experience.