Challenge based on this challenge, with the goal to create a Freelance Rate calculator based on inputs.
Color | Hex |
---|---|
#212121 | |
#F6F6F6 | |
#A24CE5 | |
#939393 |
To build and run this application locally, you'll need latest versions of Git and Node.
# Clone this repository
$ git clone https://github.com/msfern/freelator
# Go into the repository
$ cd freelator
# Install the dependencies
$ npm install
$ or
$ yarn
# Build the CSS
$ npm build-css
$ or
$ yarn build-css
This project is licensed under the MIT License - see the LICENSE.md file for details