TritonSE / DT-Website

Website for Dynamics Performance Team, a San Jose based dance studio. Built using ReactJS, HTML, Css, and Bootstrap. GitHub pages hosting.

Home Page:https://dynamicsperformanceteam.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This project was bootstrapped with Create React App.

Build Instructions

  1. Clone the repository: git clone https://github.com/tritonse/dynamics-website.git
  2. Navigate to the directory: cd dynamics-website.
  3. Install the necessary dependencies: npm install.
  4. Start the app: npm start

Component Examples branch

This branch gives a demonstration on creating and using components in react. The only relevant files you need to understand are:

  1. public/index.html
  2. src/App.js
  3. src/components/SimpleExample.js
  4. src/components/FormExample.js
  5. src/css/App.css
  6. src/FormExample.css

Once you have the repo on your machine, checkout the branch with the command "git checkout component-examples" and run npm start to see the components in action.

Available Script

In the project directory, you can run:

npm start

Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.

The page will reload if you make edits.
You will also see any lint errors in the console.

About

Website for Dynamics Performance Team, a San Jose based dance studio. Built using ReactJS, HTML, Css, and Bootstrap. GitHub pages hosting.

https://dynamicsperformanceteam.com


Languages

Language:JavaScript 66.9%Language:CSS 31.5%Language:HTML 1.5%