batzsh / challenge-02-react-componentization

Rocketseat Ignite - ReactJS code challenge #02 response

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

πŸ’  Challenge 02 - React Componentization

πŸ”₯ Ingnite React challenge - Componentization.

GitHub language count Repository size GitHub last commit License Stargazers Made by henbalmant Stargazers

Status: Done πŸš€

πŸ’» About

Project developed for Ignite offered by Rocketseat.


πŸš€ How to run this project

This project has only a frontend application.

Requirements

Before you begin, you will need to have the following tools installed on your machine: Git, ReactJS, Yarn Besides that, is good to have an editor to visualize and navigate trough the code like VSCode

🎲 Running the application

# Clone this repository
$ git clone git@github.com:henbalmant/challenge-02-react-componentization.git

# Access the project folder with your terminal/cmd
$ cd challenge-02-react-componentization

# Install all dependencies
$ yarn install

# Runs application tests
$ yarn test

# Starts the json-server
$ yarn server

# Starts the frontend application
$ yarn dev

# The server will start on port:8080 - access http://localhost:8080

πŸ›  Tech Stack

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

🎲 Frontend (React)

See package.json

Utilities


🦸 Author


Henrique Balmant
πŸš€

Gmail Badge Linkedin Badge

About

Rocketseat Ignite - ReactJS code challenge #02 response

License:MIT License


Languages

Language:TypeScript 79.5%Language:SCSS 11.9%Language:JavaScript 6.9%Language:HTML 1.7%