An easy way to parse a text to a timesheet table so that it is easier to check how many hours and extra hours a given timesheet have.
To run this on your local environment you will need to clone this repository and then proceed with the following installations:
With all of that installed you can proceed to run on your terminal:
yarn && yarn dev
Then the app should now be running at http://localhost:5173.
In the project directory, you can run:
Runs the app in the development mode.
Open http://localhost:5173 to view it in the browser.
The page will reload if you make edits.
You will also see any lint errors in the console.
Launches the test runner using vitest.
Builds the app for production to the dist
folder.
It correctly bundles React in production mode and optimizes the build for the best performance.
The build is minified and the filenames include the hashes.
Your app is ready to be deployed!
See the section about deployment for more information.
Runs all linting scripts defined in the package.json
(through lint:...
).
Note: This project was previously bootstrapped with Create React App but right now it migrated to use Vite.