Jserrano27 / HGFrontChallenge

React App

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

HostGator Frontend Code Challenge

The Challenge

Create a React App that querys an API for hosting plans prices and names
The app must have a responsive layout and follow the design patterns available on this link

Requirements

  • NodeJS >=8.10
  • npm >=5.6

Installation

1. Clone the repository

git clone https://github.com/Jserrano27/HGFrontChallenge

2. Install all dependencies

# With npm
npm install
# With Yarn
yarn install

3. Start dev server & open the app

# With npm
npm start
# With Yarn
yarn start

Extras

  • Webpack Bundler
  • Babel
  • Arrow animation and effect
  • Carrossel with pure CSS

Try it

You can access the online app using the following link:
https://front.gatortest.tk

About

React App


Languages

Language:JavaScript 51.0%Language:CSS 45.7%Language:HTML 3.3%