Skip to content

lavanyamehn/cloud-club-website

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CloudClub Website

Website for the UofT CloudClub.

Development

Requirements

Installation

  1. Either clone this repository using GitHub Desktop (or related software), download as a ZIP and extract, or run git clone https://github.com/CloudClub-uoft/cloud-club-website using the terminal and enter your credentials.
  2. Install Node.JS dependencies by navigating to the folder using a terminal and executing npm install.

Testing

  1. Start the server by executing node . in the terminal.
  2. View the webpage by navigating to localhost in your browser.

To-Do

Frontend

Consistent fonts, color scheme, etc.

  • Header - Adam and Ansh
    • Team logo
    • Team name
    • Navigation bar (use placeholders for now)
    • Scrolls with page
    • ...
  • Footer - Adam and Ansh
    • Social media links
    • Contact emails
    • ...
  • Home Page Content - Tamim and Ian
    • "Banner"
    • Introductory paragraph
    • "Learn more", "get involved", etc. promotional material
    • ...

Backend

  • Static Routing (public folder)
    • Create our server index.js
    • Import Express, create server (See Express.js Quickstart)
    • Create new folder public
    • Static routing ALL to public folder (See Express.js Documentation)

About

Club Website

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 100.0%