Git Product home page Git Product logo

nascar-website's Introduction

NASCAR-website: University Course Final Project

Project Description

This project is a NASCAR-themed website developed for my 2019 'Professional Webmaster' university course. It features a dynamic homepage with news and comments, a race calendar for the year, championship standings, team information categorized by manufacturer, and user authentication with log-in and registration functionalities.

Features

Homepage

  • Displays the latest news articles.
  • Users can comment on news articles.

Race Calendar

  • Provides a year-long calendar of all NASCAR races.

Championship Standings

  • Shows the current standings in the championship.

Team Information

  • Lists teams grouped by manufacturer.
  • Provides detailed information about each team.

User Authentication

  • Allows users to register and log in to the website.
  • Manages user sessions and restricts access to certain features.

Technologies Used

  • Frontend: HTML, CSS, JavaScript, jQuery
  • Backend: PHP
  • Database: MySQL
  • Containerization: Docker

Project Structure

/NASCAR-website
│
├── docker-compose.yml
├── Dockerfile
├── init.sql
├── inc/
│   ├── db-connection.php
│   ├── utils.php
│   ├── navbar.php
│   └── footer.php
├── css/
│   ├── normalize.css
│   └── styles.php
├── js/
│   └── video-hover.js
├── img/
│   └── ... (image files)
├── index.php
├── schedule.php
├── standings.php
├── teams.php
├── log-in.php
└── register.php

Setup Instructions

  1. Clone the repository:

    git clone https://github.com/MatiasCarabella/NASCAR-website.git
    cd NASCAR-website
    
  2. Ensure Docker is installed and running on your machine.

  3. Build and start the Docker containers:

     docker-compose up --build
    
  4. Initialize the database:

  • The init.sql script will be automatically executed to create the necessary tables and insert initial data.
  1. Access the website:

Usage

  • Homepage: View and comment on the latest NASCAR news.
  • Race Calendar: Check the schedule for upcoming races.
  • Championship Standings: See the current standings.
  • Teams: Explore information about different teams grouped by manufacturers.
  • Log In/Register: Create an account or log in to access personalized features.

License

This project is licensed under the MIT License.

Acknowledgements

  • University Course Instructor and Teaching Assistants
  • NASCAR for providing inspiration and data for the project
  • Open source libraries and tools used in this project

nascar-website's People

Contributors

matiascarabella avatar

Stargazers

 avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.