alirezaAsadi2018 / coders-railroad

Fun Hacktoberfest project

Home Page:https://coders-railroad.netlify.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CodersRailroad ๐Ÿš‚

Netlify Status GitHub contributors PRs Welcome Twitter share

This is a simple project made for Hactoberfest. An easy entry to Pull Requests. You can add your cart to the HF train by submitting a PR.

See the train in action: >>> https://coders-railroad.netlify.app/ <<<

How to contribute?

  1. Fork repo
  2. Clone your fork
  3. Run yarn
  4. Add your cart to src/assets/data.json and run yarn serve to see your cart
  5. Run yarn test:unit
  6. Create your branch, commit, push, create pull request

Cart config example:

{
  "name": "YasiOnFire",
  "text": "Yasio",
  "cart": 1
}
property description
name your Github name
text your message to show on cart (max 22 chars)
cart # of cart to use (see below)

Avaiable carts:

__.oO.oOo.oOo.oOo.__ 
|                  | 
|        #0        | 
"OO--------------OO"=
                      
_____________________ 
|                   | 
|        #1         | 
"OO---------------OO"=
  ________________
 |                |  
 |                |  
_|       #2       |_ 
"OO--------------OO"=
      _________
 ____||_______||____
|                   |
|_       #3        _|
"OO---------------OO"=

.                     .
|         #4          |
"OO-----------------OO"=

_-_-_-_-_-_-_-_-_-_-_-_
|                     |
|         #5          |
"OO-----------------OO"=

_______________________
\                     /
 |        #6         |
"OO-----------------OO"=

Rules

  • only data.json may be edited
  • must pass tests
  • only one cart per github user
  • text may contain only letters, digits and should be maximum of 22 chars
  • must comply with the code of conduct

Requirements

  • node (preferably >=14)
  • yarn

Made with Vue ๐Ÿ’š by Yasio. Inspired by Twilio Open Pixel Art project.

About

Fun Hacktoberfest project

https://coders-railroad.netlify.app/


Languages

Language:Vue 45.9%Language:JavaScript 21.9%Language:TypeScript 19.2%Language:HTML 7.4%Language:SCSS 5.5%