Skip to content

LucasAnselmoSilva12345/attendance-list

Repository files navigation

Attendance List

This project is an attendance list web application, developed to practice the teachings learned about the React JS library.

Deploy of this project

Technologies used in this project

In this project, the following technologies were used:

Front-end

Back-end

Test

How to execute this project

To run the application, be sure you have Git installed on your machine.

1. Make clone this repository through the command:

$ git@github.com:LucasAnselmoSilva12345/attendance-list.git

2. After performing the clone the project, still in the terminal, enter the project folder:

$ cd attendance-list

Note: To perform the command execution in the next step, ensure that you have node installed on your machine to be able to use npm. Or, if you prefer to install the dependencies via yarn, make sure you have yarn installed on your machine.

3. After entering the project folder, run the command:

$ npm install

or

$ yarn

To perform the installation of dependencies.

4. After installing the dependencies and still in the project folder vide terminal, run the command:

$ code .

To open the project in the Visual Studio Code.

5. After opening the project in your Visual Studio Code, go back to the terminal screen, and run the command:

$ npm run dev

or

yarn dev

To execute the project

6. Once this is done, just open the project in your browser, through the link:

$ http://localhost:3000/

To execute unit or integration tests

7. Execute this command in your terminal:

$ npm test

or

yarn test