Skip to content

Get paid what you're worth with RateCalc-Freelance! Our powerful calculator takes the guesswork out of setting your hourly rate for every project. Say goodbye to undercharging or overbidding, and hello to fair compensation for your hard work. Join the freelancing revolution today!

License

Notifications You must be signed in to change notification settings

CreativeZoller/RateCalc-Freelance

Repository files navigation

RateCalc-Freelance

GitHub issues GitHub Issues or Pull Requests GitHub last commit CircleCI GitHub code size in bytes GitHub License

Table of Contents

Description

Get paid what you're worth with RateCalc-Freelance! Our powerful calculator takes the guesswork out of setting your hourly rate for every project. Say goodbye to undercharging or overbidding, and hello to fair compensation for your hard work. Join the freelancing revolution today!

Version

0.0.2

This project was generated with Angular CLI version 13.3.7.

Demo

Todo after functionality is done

Live demo is available at: HREF

https://shields.io/

Todo Local Circle CI https://circleci.com/docs/how-to-use-the-circleci-local-cli/

Features

Todo after functionality is done

  • Angular 13 for GUI with Angular-Material 15
  • Export of the generated calculations

Installation

Prerequirements

It is very important to have node, npm and yarn installed.

nvm - if you have nvm installed on your machine, please change for the proper version

  • Node v20.12.2
  • NPM v10.6.0
  • Yarn v1.22.19

If Husky is not installed in your system, please also run the folowing command: npm run prepare or yarn run prepare, it will initialize Husky properly.

Installation of the required packages

When all the requirements are installed and verified, run npm install or yarn and all the dependencies will be installed.

Since the project uses Husky to ensure some hooks are used properly, it is recommended to use the following commands after npm package installations are done:

```
git config core.hooksPath .husky
find .git/hooks -type l -exec rm {} \;
find .husky -type f -exec ln -sf ../../{} .git/hooks/ \;
```

Note: if you have the Husky installed, first try to commit git commit -m "Keep calm and commit 🎉"

Usage

Todo after functionality is done

Provide instructions and examples for use. Include screenshots as needed.

To add a screenshot, create an assets/images folder in your repository and upload your screenshot to it. Then, using the relative filepath, add it to your README using the following syntax:

```md
![alt text](assets/images/screenshot.png)
```

Development server

Run ng serve for a dev server. Navigate to http://localhost:4200/. The application will automatically reload if you change any of the source files.

Code scaffolding

Run ng generate component component-name to generate a new component. You can also use ng generate directive|pipe|service|class|guard|interface|enum|module.

Build

Run ng build to build the project. The build artifacts will be stored in the dist/ directory.

Testing

Running unit tests

Run ng test to execute the unit tests via Karma.

Running end-to-end tests

Run ng e2e to execute the end-to-end tests via a platform of your choice. To use this command, you need to first add a package that implements end-to-end testing capabilities.

License

This project uses GNU General Public Licence which is readable in the LICENSE file.

Credits

List your collaborators, if any, with links to their GitHub profiles.

If you used any third-party assets that require attribution, list the creators with links to their primary web presence in this section.

If you followed tutorials, include links to those here as well.

How to Contribute

If you would like to contribute to this project, or having suggestions, feel free to read the CONTRIBUTING documentation and/or the Contributor Covenant industry standard.

About

Get paid what you're worth with RateCalc-Freelance! Our powerful calculator takes the guesswork out of setting your hourly rate for every project. Say goodbye to undercharging or overbidding, and hello to fair compensation for your hard work. Join the freelancing revolution today!

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published