Overview
This product analysis is about the web frontend for the Echo website, which is the student organization for computer science at the University of Bergen. The web frontend has been developed by volunteer computer science students from the Echo Webkom subgroup.
Features
- Jest: The web frontend uses Jest for testing the codebase.
- Cypress: Cypress is used for end-to-end testing of the web frontend.
- Frontend for Echo website: The web frontend serves as the user interface for the Echo website at Universitetet i Bergen.
Installation
To install the Echo web frontend, follow these steps:
- Clone the Git repository.
- Navigate to the appropriate folder.
- Install the necessary dependencies (requires yarn).
- Copy the contents of .env.example to a file named .env (and optionally fill in the field values).
- Start a local server.
- Open a web browser and go to localhost:3000 to view the website.
Summary
The Echo web frontend is a student-developed interface for the Echo website at the University of Bergen. It utilizes Jest and Cypress for testing, and can be installed by cloning the Git repository and following a set of installation steps.