Skip to content

๐ŸŽฎ App to manage small game tournaments ๐Ÿ’ Practice passing down props to children elements ๐Ÿฃ Refine understanding of props.children ๐Ÿ—๏ธ Additional practice playing with data structures

Notifications You must be signed in to change notification settings

kazvee/tourney-matches

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

26 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

๐Ÿ•น๏ธ Tourney Matches

React project based on managing small game tournaments (like Super Smash Bros) ๐ŸŽฎ

Project Focus:

  • Practice passing down props to children elements ๐Ÿ’
  • Refine understanding of props.children ๐Ÿฃ
  • Additional practice playing with data structures ๐Ÿ—๏ธ

Final Product

Main View

Match List View

Purpose

This project was created by me as part of my learnings at Lighthouse Labs.

Dependencies

A note about create-react-app

For larger, production-ready applications, React's official documentation and best practices now recommend other ways to Start a New React Project. This was a project for learning purposes, with no plans to scale this project out or add further customization, so create-react-app provided a simple way to quickly get a functional React app up and running

Getting Started

  • Fork this repository to your own GitHub account
  • Clone your fork onto your local device
  • Install all dependencies using the npm i (or npm install) command
  • Start the web server using the npm start command. The app will be served at http://localhost:3000
  • Navigate to http://localhost:3000 in your browser

About

๐ŸŽฎ App to manage small game tournaments ๐Ÿ’ Practice passing down props to children elements ๐Ÿฃ Refine understanding of props.children ๐Ÿ—๏ธ Additional practice playing with data structures

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published