This is my a fullstack web application for my Bachelor's Thesis in Software Engineering.
- React.js - A JavaScript library for building user interfaces. Used to build the client frontend of the application.
- Chakra UI - Create accessible React apps with speed. In combination with React.js to create the frontend.
- Express.js - Fast, unopinionated, minimalist web framework for Node.js. Used to build the server for the backend.
$PROJECT_ROOT
|
│ # Client files
├── client/src
│ # Component files
├── components
│ # Page files
├── pages
│ # Theme and styling files
├── styles
|
│ # Server files
├── server