Heat Website Project

Heat Website Project

A website built to track standings in a custom season of the Heat board game, designed by a friend.

This project is a website built to track standings in a custom season of the Heat board game, designed by a friend. The website allows players to view their current standings, track their progress throughout the season, and view historical data from previous seasons. The project includes a frontend built with React and TypeScript, as well as a backend server using Node.js and Express to handle API requests and manage the database. MongoDB is used to store player standings and season information. The website is designed to be user-friendly and visually appealing, with a focus on providing an enjoyable experience for players of the Heat board game.

Technologies Used

  • React: Used for building the user interface of the website.
  • TypeScript: Used for type safety and improved developer experience.
  • CSS: Used for styling the website and making it visually appealing.
  • Node.js: Used for the backend server to handle API requests.
  • Express: Used as the web framework for the backend server.
  • MongoDB: Used as the database to store player standings and season information.