Skip to content

TobyDS/CSS-Race

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

wakatime Issues MIT License LinkedIn


Logo

CSS-Race

Race your friends in test of CSS skill!
Explore the docs »

View Demo · Report Bug · Request Feature

Table of Contents
  1. About The Project
  2. Getting Started
  3. Contributing
  4. License
  5. Contact
  6. Acknowledgments

About The Project

CSS Race Screen Shot

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.

(back to top)

Built With

React Express Socket.io MUI MongoDB Node ESLint Prettier

Designed With

Figma: Feel free to view the figma files for this project here

(back to top)

Getting Started

To get a local copy up and running follow these simple example steps.

Prerequisites

  • npm - (Link)

    npm install npm@latest -g

Installation

  1. Clone the repo

    git clone https://github.com/TobyDS/CSS-Race.git
  2. Install NPM packages in both the server and client directories

    npm install
  3. Start the server and the client in separate terminals

    npm run dev
  4. Access the app at http://localhost:5174

  5. (Optional) Create your own .env files. In server and client respectively:

    cp .env.template .env

(back to top)

Contributing

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!

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

(back to top)

License

Distributed under the MIT License. See LICENSE.txt for more information.

(back to top)

Contact

Toby Dixon Smith - tobydixonsmith@gmail.com

Project Link: https://github.com/TobyDS/CSS-Race

(back to top)

Acknowledgments

(back to top)