Skip to content

Latest commit

 

History

History
58 lines (39 loc) · 1.47 KB

README.md

File metadata and controls

58 lines (39 loc) · 1.47 KB

Oslo's Toolbox

oslo-toolbox

Tools

  • CSS Box-shadow generator.
  • CSS background gradient generator.
  • Files converters (Images (PNG, JPG, WEBP, SVG, BMP))
  • Units converters (Mass, Length, Volume, Temperature, Area, Speed, Time).
  • Password generator.
  • Lorem Ipsum generator.
  • QR Code generator from text/links.
  • Hash generator from text.
  • Github README.md generator for Project & Profile.
  • IP Adress lookup.

Run

Clone the repository: git clone [email protected]:Oslonline/toolbox-react.git

Install dependencies: npm install

Start the development server: npm run dev

Prod

Build for production: npm run build

Run the optimized application locally: npm run serve

Contribute

If you want to contribute to this project, make sure to read the Contributing.md file and the Code of Conduct before opening any issue or pull request.

1 - Open an issue (wait for assignement)

2 - Fork the repo

3 - Create a new branch git checkout -b IssueName

3 - Commit & push your changes (Try to follow commit convention)

4 - Open your pull request !

Contributors