This is a sports scheduling application created using Node.js
where you can create sports and sessions for different sports with location and time (if you wish to host a session). You can also find sports sessions happening all over the world on this application and can join any session you like. You can also make and view the results of all the sessions for a sport that was created by you. This application helps to find players for your sports sessions and also allows you to play with other players in session happening all the over the world.
You can run the application locally by following the steps below in a terminal window.
git clone https://github.com/xakep8/sports-scheduler.git
npm install
npm start
or you can visit the online hosted version of the application and use it there without having to run it on your computer.
https://sports-scheduler-xxh6.onrender.com/
You can find the demo video of the application here.
https://drive.google.com/file/d/1ZD3AI611XaS32r4YeG-O3rtskE_1fK_X/view?usp=sharing
Application Page:
Home Page (after login) :
Session Page (for admin) :
If you have suggestions for some changes you can contact me at [email protected]
. I am open to new features and suggestions. If you wish to make changes to this application fork the repo and make your changes.