From d2ee11b6dd42735754ade9b3c4508e26c4c92375 Mon Sep 17 00:00:00 2001 From: SinusFox <61253950+SinusFox@users.noreply.github.com> Date: Fri, 13 Sep 2024 17:53:42 +0200 Subject: [PATCH] Created Choice of Technology (markdown) --- Choice-of-Technology.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 Choice-of-Technology.md diff --git a/Choice-of-Technology.md b/Choice-of-Technology.md new file mode 100644 index 0000000..43d1c28 --- /dev/null +++ b/Choice-of-Technology.md @@ -0,0 +1,5 @@ +# Introduction +When planning a project, one must decide on what technologies to use. This page covers the reasons behind those choices in our project. + +## The Web Framework +We use [Next.JS](https://nextjs.org/) as web framework. As a React-based framework built for easy and quick development, it is a solid choice for a project with a tight time limit and developers new to web programming/designing. On the more technical side, the framework offers support for any CSS library and asynchronous components and data fetching. It also is quick in testing a web site by using the `create-next-app` cli command. The features used in this project won't be covered in this chapter, though. \ No newline at end of file