A game launcher where users can go on and play games (solitaire, checkers, minesweeper, pac-man, etc)
- Users can login through SteamAPI
- Admins are able to add, edit, and remove games
- Users can play video games listed on the application
- Tech Stack: Vite, React.js, MongoDB, Node.js, Express.js, SteamAPI
Login View | Home View | Game View |
---|---|---|
![]() |
![]() |
![]() |
- Get your own steam api key and set up MongoDB atlas
- Run npm install in the root directory, game-launcher folder, and backend folder
- Go back to root directory, and run npm start to run application