ultrox / invoices

Invoicing app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

You can see the app at https://oskar-lh.name/invoices/. You can see some of the components in a Storybook at https://oskar-lh.name/invoices/storybook.

Dark mode

The app uses different colours when a user has enabled a dark theme for their operating system.

Two languages

Texts are in English or Swedish depending on your browser settings. This is achieved by inspecting navigator.languages.

Available scripts

In the project directory, you can run:

yarn start

Runs the app in the development mode. View it at http://localhost:3000/invoices/.

yarn start-storybook

Runs the Storybook in the development mode. View it at http://localhost:3001.

yarn test

Launches the test runner in the interactive watch mode.

yarn build

Builds the app and the Storybook for production to the build folder.

Links

Create React App documentation

Create React App documentation - Deployment

Running tests

About

Invoicing app


Languages

Language:TypeScript 85.5%Language:CSS 8.5%Language:JavaScript 4.2%Language:HTML 1.8%