Technologies
The following list will discuss technologies used for this project.
- React
- React will be used to develop the overall design of the website. React provides many capabilities of reactivity, modularity, and reusabilitiy. This is key for this project to keep the website components as simple and organized as possible.
- Node.js
- Node.js will be used to create an environment for JavaScript code to execute. This is essential for running React since it works with JavaScript. So, it'll allow React to provide its benefits to this project.
- Visual Studio (VS) Code
- VS Code will be used as the integrated development environment (IDE) to create code for the project. VS Code will provide the project a way to look over and develop code easily.
- GitHub
- GitHub will be used as the versioning control of this project. GitHub provides many functionalities for project developmenet, like issue tracking, version control, and easy collaboration