Skip to content

Latest commit

 

History

History
44 lines (31 loc) · 2.43 KB

README.md

File metadata and controls

44 lines (31 loc) · 2.43 KB

Freelator

Application Preview

📙 Overview

Challenge based on this challenge, with the goal to create a Freelance Rate calculator based on inputs.

🎨 Palette

Color Hex
#212121 #212121
#F6F6F6 #F6F6F6
#A24CE5 #A24CE5
#939393 #939393

💾 Getting Started

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

License

This project is licensed under the MIT License - see the LICENSE.md file for details