brio50 / divisor

Convert metric measurements to imperial and round decimal values to fractions based on your desired divisor - 1/64, 1/32, 1/16, 1/8, and 1/4
https://brio50.github.io/divisor/
MIT License
0 stars 0 forks source link

Project Initialization #1

Closed brio50 closed 1 year ago

brio50 commented 1 year ago

Actions:

brio50 commented 1 year ago

Tech Stack

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.

References

  1. https://github.com/MartinMcGirk/Flask-React-Bootstrap-Boilerplate/tree/master

  2. https://www.codementor.io/@chirilovadrian360/flask-website-templates-open-source-seed-projects-1b6tya9jnl

Takeaways

brio50 commented 1 year ago

Tech Stack (Continued)

References

  1. https://dev.to/icewreck/react-flask-integration-part-1-setup-with-webpack-djo

Takeaways