Skip to content

grietbeyens/smash

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Connection with Database

  • You can find the database connection in config/config.ini
  • Whenever a connection is required, use: $conn = Db::getInstance();

Before you start coding:

  • Always pull before write your own code, so you're always up to date
  • Keep master branch intact, every feature should be made on a different branch
  • Only merge branch when it works
  • When contributing, follow standard commit conventions

Example of a git commit message

git commit -m "feat: add margin to list items to prevent them from overlapping"

Working on this project

  • Apers, Jade (Project Management)
  • Van de Berghe, Yanelle (Frontend Lead)
  • de Veth, Ellen (Backend Lead)
  • Gérardi, Fien (Frontend Lead)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 97.0%
  • JavaScript 1.7%
  • CSS 1.2%
  • Hack 0.1%