Skip to content

chriswylim/scheduling_tool

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

What Do I Need To Know

  • We will be using React-Redux for this particular scenario
  • Worth to understand the basic components of a web page namely : Javascript, Cascading Style Sheets and HTML
  • Akmal will build templates and common components such as navbar, sidebar, and footer if required
  • Redux is a state management, not necessarily needed but might as well in case of expansion
  • For reference you can visit : https://reactjs.org/docs/getting-started.html

  • How to start


  • For linux users use yarn
  • Windows use Visual Studio and install yarn through chocolatey or scoop

  • https://chocolatey.org
    Fun fact, this readme is written in HTML, you can take a look at the file to understand using tags


    Housekeeping

  • There will be two main branches, namely master and staging
  • Master will be production branch
  • For every new feature and pages, please branch from staging and raise pull request to be merge to staging
  • Staging will host the components required for each page;

  • If you require a custom component, create a branch name with the prefix component/$component_name and proceed to create the components

    About

    Scheduling tool for TAP

    Resources

    Stars

    Watchers

    Forks

    Releases

    No releases published

    Packages

    No packages published

    Languages

    • JavaScript 94.4%
    • HTML 5.6%