testing workflows (#14)

* Initial Push

Inititial project state

* Static demo version

* static demo site - added variables

a

* first_implementation

* Updated UI, Improved Style to be more "Reactly", added Functionality

* add parsing functions

* change folder

* Import/Export Prototype

* Adding "reactjs-popup" to package,json

* Adding GLPK source

* Preparing for deplyment workflow

* Adding workflow

* Moving test file to __tests__

* Removing German texts

* Setting up Unit Testing using jest

---------

Co-authored-by: moebiusl <lucas.moebius@icloud.com>
Co-authored-by: Marcel Pöppe <marcel.poeppe@gmail.com>
This commit is contained in:
SinusFox
2024-09-24 17:41:24 +02:00
committed by GitHub
parent aa1dcd2d20
commit 5dad8c7a14
25 changed files with 10833 additions and 0 deletions
+36
View File
@@ -847,3 +847,39 @@ FodyWeavers.xsd
### VisualStudio Patch ###
# Additional files built by Visual Studio
### Added by npx/npm for Next.JS ###
# dependencies
/node_modules
/.pnp
.pnp.js
.yarn/install-state.gz
# testing
/coverage
# next.js
/.next/
/out/
# production
/build
# misc
.DS_Store
*.pem
# debug
npm-debug.log*
yarn-debug.log*
yarn-error.log*
# local env files
.env*.local
# vercel
.vercel
# typescript
*.tsbuildinfo
next-env.d.ts