ricknois / vize-job-test

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Vize job test

A React app that uses an API to list users, handle with login and registration

GitHub language count Repository size GitHub last commit made by Rick Sousa

Status: Finished

AboutFeaturesLayoutTech StackAuthor

About

Vize job test it`s a React with Typescript app that uses an API to list users, handle with login and registration.


Features

  • The app has three endpoints:
    • "/" Login
    • "/register" Registration
    • "/home" List users

Layout

Soon


Pre-requisites

Before you begin, you will need to have the following tools installed on your machine: [Git] (https://git-scm.com), [Yarn] (https://yarnpkg.com/), In addition, it is good to have an editor to work with the code like [VSCode] (https://code.visualstudio.com/)

Running the app (Web)

# Clone this repository
$ git clone git@github.com:ricknois/vize-job-test.git

# Access the project folder in your terminal
$ cd vize-job-test

# Install the dependencies
$ yarn

# Run the application in development mode
$ yarn start

# Access http://localhost:3000/

Tech Stack

The following tools were used in the construction of the project:

Web (React + TypeScript)


Author

Rick Sousa

Made with love by Rick Sousa 👋🏽 Get in Touch!


About


Languages

Language:TypeScript 85.4%Language:HTML 10.4%Language:JavaScript 2.9%Language:Shell 0.8%Language:CSS 0.5%