Skip to content

Latest commit

 

History

History
41 lines (30 loc) · 1.18 KB

README.md

File metadata and controls

41 lines (30 loc) · 1.18 KB

Demo-octagon

This is a Demo project with the smailiar design of http://baseball.doosan.com/.

This project is built with React and init with Create react app.

The site can be viewed on Desktop, Tablet (iPad) and Mobile devices (iPhone, Galaxy S6, etc).

Page 1 (Landing):

  • sticky header (logo and some navigation links)
  • hero image (or video)
  • a section containing text (please use “Lorem Ipsum”)
  • basic footer with links

Page 2 (Contact form):Page containing a form. The form would have the following fields and corresponding validation:

  • First name – characters only
  • Last name – characters, hyphens and apostrophes only
  • Email – valid email addresses
  • Zip code – US zip validation
  • US States – a drop down list of states

Project preview

Demo Link

Install

git clone https://github.com/YuhanLin1105/demo-octagon.git
npm install

Run

npm start

React Components Diagram

Diagram

License

The content of this repository is licensed under a MIT License.