Skip to content

Quiddlee/Async-Race

Repository files navigation

🏁🏎️ Async-Race | RS School Task

Customer has an idea to spend his money. He has hired some engineers who installed some radio-controlled equipment πŸ“» to real cars πŸš—. To the all his collection of cars to be precise. He is eager to create kind of drag-racing competition in order to discover which car fastest.

Each radio-controller has an HTTP-compatible interface. It's let us to start or stop engine of the car and of course enable "driving" mode. 😎

Setup and Running ⚠️

  • Use node 14.x or higher. ⚑
  • Follow the link - https://github.com/mikhama/async-race-api. 🌌
  • Click the green button saying "Code", and then choose the "Download ZIP" option. πŸ“₯
  • Go to downloaded folder: $ cd async-race-api. πŸ“
  • Install dependencies: $ npm install. πŸ“¦
  • Start server: $ npm start. 🀩

πŸ‘€ Preview - https://quiddlee.github.io/Async-Race

Features πŸš€

  • Create Cars πŸš™

image

  • Start Race Between All Your Cars πŸπŸŽοΈπŸš—

image

  • Check The Winners πŸ†

image

Technology Stack βš™οΈ

Developing βœ…

  • TypeScript
  • Scss
  • WebPack
  • MVC

Code quality🧹

  • ESLint β€” Air-bnb base
  • Husky
  • Prettier
  • Editor config

Architecture 🦍

  • MVC Pattern

Flow chart 🍁

RSS Async Race Flowchart

Diagram πŸ—»

RSS Async Race Diagram