React project with Vitest

Test component of Login with Vitest

Project Description

This is a React project with a login component, user creation and a feed, built using Vitest for testing.

The login component allows users to log in with their email and password, while the user creation component allows users to create an account by entering their name, email and password. The feed component displays a list of items, and users can interact with each item by clicking on it.

This project uses Vitest for testing. Vitest is a testing library for React that provides a simple and intuitive API for testing React components. With Vitest, you can write tests that are easy to read and maintain, and that help you catch bugs early in the development process.

Getting Started

To get started with this project, you will need to clone the repository to your local machine and install the necessary dependencies.

# Clone this repositories
$ git clone <https://github.com/felipe2640/Test_React_js.git>
 
# Access the project folder in terminal/cmd
$ cd Test_React_js
 
#Run the application in development mode with Docker
$  npm install

Once you have installed the dependencies

This project uses Vitest for testing. To run the tests, you can use the following command:

npm test

This will run all of the tests in the project and display the results in the terminal.