Added links to sites for technology used

This commit is contained in:
2025-06-21 23:20:50 -05:00
parent e4cbf26424
commit fb31ce8296

View File

@@ -45,14 +45,14 @@ To rename the project, modify the `"name"` field in the `package.json` file.
## Technologies Used
* **Express:** Fast, unopinionated, minimalist web framework for Node.js.
* **TypeScript:** Typed superset of JavaScript that compiles to plain JavaScript.
* **Jest:** A delightful JavaScript Testing Framework with a focus on simplicity.
* **Knip:** A tool to find unused files, dependencies, and exports in your JavaScript and TypeScript projects.
* **ESLint:** A pluggable and configurable linter tool for identifying and reporting on patterns in JavaScript.
* **Docker:** A platform for developing, shipping, and running applications in containers.
* **tsx:** A CLI to seamlessly execute TypeScript and ESM.
* **tsdown:** A tool for building TypeScript projects.
* **[Express](https://expressjs.com/):** Fast, unopinionated, minimalist web framework for Node.js.
* **[TypeScript](https://www.typescriptlang.org/):** Typed superset of JavaScript that compiles to plain JavaScript.
* **[Jest](https://jestjs.io/):** A delightful JavaScript Testing Framework with a focus on simplicity.
* **[Knip](https://knip.dev/):** A tool to find unused files, dependencies, and exports in your JavaScript and TypeScript projects.
* **[ESLint](https://eslint.org/):** A pluggable and configurable linter tool for identifying and reporting on patterns in JavaScript.
* **[Docker](https://www.docker.com/):** A platform for developing, shipping, and running applications in containers.
* **[tsx](https://tsx.is/):** A CLI to seamlessly execute TypeScript and ESM.
* **[tsdown](https://tsdown.dev/):** A tool for building TypeScript projects.
## Scripts