Skip to content

Latest commit

 

History

History
68 lines (48 loc) · 1.68 KB

README.md

File metadata and controls

68 lines (48 loc) · 1.68 KB

MyProject Software Client

This is my single project created with React, Styled Component and Typescript to improve my experience and skill with theses technologies. Also it was made to present me for everyone that came here!

Features

Desktop version


Mobile Version


Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

Prerequisites

You will need to have yarn installed on your machine. For that, simply run:

  1. Run this command to download the current stable release of Yarn:
npm install -g yarn

Installing

To run the project for the first time you must follow this steps:

  1. Clone the GitHub repository
git clone https://github.com/Giovaniavs/MyProject-Client.git
  1. Install the dependencies and run the project
yarn install && yarn start

Git Pattern Project

Branches

They can be:

  • main
  • develop

Commits

Must begin with the name of the section you developed on, following the model: “Feature(sectionChanged): rest of commit…”.

Must be simple and show briefly what you just did.

Ex: git commit -m "Feature(landingPage): Added the home in the first section of the landing page"


The Developer

  • Giovani Albuquerque - Developer and Designer - Giovaniavs

Made by The Giovani Albuquerque