juliomatiastrybe / form-redux-ts

Home Page:https://form-redux-ts.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Welcome RecipeApp Repository

Summary

It is a form application in React, most of the implementation of which was developed by Trybe, such as the template configured with Vite and test coverage using RTL (React Testing Library) with Vitest, this implementation was developed in the FrontEnd module. Where I was in charge of developing Redux so that the application worked correctly.

Opening Application

Browser

copy the repository to a local folder using the terminal and passing the command:

git clone git@github.com:juliomatiastrybe/form-redux-ts.git

If you don't have git installed, you can install it using this command in the shell and bash terminal:

Debian/Ubuntu bash: apt-get install git

other kernel follow the instructions on the website Git.

windows/powershell: winget install --id Git.Git -e --source winget

Or you can follow the website git documentation for more installation means.

navigate to the folder created in the clone, and open the terminal, bash or powershell.

install the dependencies:

npm install, pnpm install or yarn install

you need to have node installed to be able to install the dependency packages If you don't have it, you can run the command if your operating system is Linux:

sudo apt update sudo apt install nodejs sudo apt install npm

If not, follow the installation instructions on the Node.js website.

Still in the terminal, open the application in the browser:

npm run dev

using this command application will open in the browser.

Url

If you want an option to view the application more easily and quickly, click on APP

Technology used

See about

Testing Integration Using RTL

See about

The application has integration test coverage, using Vitest with RTL. To see it, simply execute the command in the terminal: npm run test

julio-ts julio-node julio-react julio-HTML julio-CSS julio-Vitest julio-Git

Application

See about

pageInitial pageForm

About

https://form-redux-ts.vercel.app


Languages

Language:TypeScript 94.2%Language:CSS 4.4%Language:HTML 1.4%