Closed brio50 closed 1 year ago
For the back-end I want to use Python3
to create the conversion and divisor functions, Flask
(Jinja2
/Werkzeug
) to serve the site locally, and Github Pages to serve the site globally.
For the front-end I want to use Bootstrap
and React
to build a responsive and dynamic website. It's also crucial that I explore how to enable code coverage metrics based on the requirements developed. I want to explore the use of hypothesis
for this and plan to integrate it into Github's CI/CD pipeline via .yml
.
In my research it was clear that I can also save some time by using node.js
/npm
and the webpack
module to build this "full-stack web app." To date, I've primarily used Python3, Flask (Jinja2/Werkzeug), and Bootstrap to build web applications.
Actions:
[x] Add motivation/background to
README.md
:[x] Add
CHANGELOG.md
[x] Specify requirements in
REQUIREMENTS.csv
:[x] Research tech stack in this issue