Frontend code for the Scaddr project. The frontend is built under Vue.js
Goals and features:
- Create/Join Room UI
- Basic Lobby UI
- Basic Game UI
- Animate Answers
- Show Score from Backend
- Ending screen for each round
- Coop Mode
- Suggestions? See you in discussions
Assuming the developer already installed the necessary tools to work with Vue.js, these are the steps one should follow to run the frontend on their local machine:
- Build and run Scaddr's backend. More information can be found here
- Clone the repository
git clone https://github.com/scaddr/scaddr-frontend
- Go into the frontend directory
cd scaddr-frontend
- Install all the node dependencies
npm install
- Run the frontend
npm run serve
- Enjoy
We highly encourage playing around with the software and contributing to the project. Before opening a pull request, the contributor is expected to open an issue in which they thoroughly describe the issue (or feature) they're solving (or implementing).
If you have any suggestions, ideas, or questions, feel free to ask them in the discussions tab of this project.
Scaddr Frontend is licensed under the MIT license. See the LICENSE
file for more information