Race your friends in test of CSS skill!
Explore the docs »
View Demo
·
Report Bug
·
Request Feature
Table of Contents
CSS Race is a project inspired by CSSBattle. CSS Race allows users to practice their CSS skills in a fun, engaging way. Users are given a target image and try to replicate the given image using just HTML and CSS. Users then race against their friend to match the target image first. If neither user can match the image in 10 minutes, then the player with the closest match wins the game.
Figma: Feel free to view the figma files for this project here
To get a local copy up and running follow these simple example steps.
-
npm - (Link)
npm install npm@latest -g
-
Clone the repo
git clone https://github.com/TobyDS/CSS-Race.git
-
Install NPM packages in both the server and client directories
npm install
-
Start the server and the client in separate terminals
npm run dev
-
Access the app at
http://localhost:5174
-
(Optional) Create your own .env files. In server and client respectively:
cp .env.template .env
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Distributed under the MIT License. See LICENSE.txt
for more information.
Toby Dixon Smith - tobydixonsmith@gmail.com
Project Link: https://github.com/TobyDS/CSS-Race