Skip to content

breader1/dynamite-goaltending-website

Repository files navigation

Dynamite Goaltending Website

This is a responsive website built with React, Bootstrap, and React Router for Dynamite Goaltending. The project includes a dynamic navigation bar, responsive design, and custom components like dynamic links and a styled logo.

For Developers

Please use .tsx and not .jsx for React components. This project uses TypeScript for type safety and better code quality.


Features

  • Responsive Layout:

    • Collapsible menu for smaller screens using Bootstrap's navbar components.
    • Dynamic links generated from a configuration file.
    • Custom hover effects on links.
  • Custom Styling:

    • Styled with Bootstrap's utility classes and additional custom CSS for fine-tuning.
    • Custom color schemes for navbar, toggler button, and links.
  • Dynamic Routing:

    • Built with React Router to handle page navigation.

Tech Stack

  • React: Component-based front-end library.
  • Bootstrap: Responsive design framework.
  • React Router: For navigation and dynamic routing.
  • CSS: Custom styles for additional customization.

Installation

  1. Clone the repository:

    git clone https://github.com/breader1/dynamite-goaltending-website.git
    cd dynamite-goaltending-website
  2. Install dependencies:

    npm install
  3. Start the development server:

    npm run dev
  4. Open the app in your browser at http://localhost:xxxx.


About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published