Skip to content
This repository has been archived by the owner on Apr 4, 2023. It is now read-only.

A website built in React to display MLH GHW Schedule in Indian Standard Time.

Notifications You must be signed in to change notification settings

bios-community/ghw-schedule

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

image

MLH GHW Schedule in IST

Welcome to the GHW Schedule in IST Website Repository.

Overview

This is a website by the BIO-S Community to help the participants of the MLH GHW Hackathon to keep track of the schedule of the event in IST.

Progress

To check the progress and design of the webiste, do check out the wiki page of this repository. It contains all the information about the website. It also contains the design of the website.

Tech Stack

Requirements

Installation

  1. Fork the repository.
  2. Clone the repository using git clone command in your terminal.
  3. Run npm install to install all the dependencies.
  4. Run npm run dev to start the development server.
  5. Create a new branch using git checkout -b <branch_name>.
  6. Make changes in the code.
  7. Commit the changes using git commit -m "<commit_message>".
  8. Push the changes using git push -u origin <branch_name>.
  9. Create a pull request.

You are done! Enjoy open-sourcing!

How to change the schedule

To change the schedule, you need to edit the src/data/ScheduleData.js file. The file contains an array of objects. Each object represents a day of the event. The object contains the following properties:

  • dateDay: The date & day of the event.
  • events: This is an array of objects of all the events happening on that day. Each object contains the following properties:
    • time: The time of the event.
    • title: The name of the event.
    • link: The link to the event.

Maintainers

Thank You!

About

A website built in React to display MLH GHW Schedule in Indian Standard Time.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •