Play2Gether is an app that allows you to create, join and connect with others that want to do some sport activities in groups.
- Node.js (version >= 14.0.0),
- Javascript package manager (npm (version >= 5.6) or yarn (didn't use) are ok),
To launch Play2Gether you have to install prerequisites and fork this repository.
# clone the forked repository replacing 'YOUR_GITHUB_USERNAME' with your github username
$ git clone https://github.com/YOUR_GITHUB_USERNAME/play2gether.git
# change the directory
$ cd play2gether
# install needed packages
$ npm install
# run the app
$ npm start
- TypeScript: JavaScript With Syntax For Types.
- TypeScript - Material UI
- Markdown Cheat Sheet | Markdown Guide
- How to use git as a team?
- Junior Vs Senior Code - How To Write Better Code As A Web Developer - React
- 10 React Hooks Explained // Plus Build your own from Scratch
- Learn useState In 15 Minutes - React Hooks Explained
- 10 React Antipatterns to Avoid - Code This, Not That!