Skip to content

rrawann/DevSquad

 
 

Repository files navigation

Capstone project information

Project information

  • Project name: PebbleWork
  • Project description: "PebbleWork" will serve as a platform to coordinate local volunteer events and meetings in order to produce worthwhile work and make a difference.
  • Technology used: Nextjs, TailwindCSS, i18next, Husky, Prettier, Eslint, Commitlinter (Conventional Commits)
  • Team members: Ramiz Ali, Ruqaiah Saif, Fatima Jubary, Rawan Salem, Hekmat Mohammed.
  • Bootcamp: GIZ YE 2022

Installation

npm install -g commitizen // Installs commitizen
npx husky install         // Installs Husky
chmod ug+x .husky/*       // Gives husky executable extension
npm install               // Installs the node modules

Development process

  • When commiting you will have to use git cz and then go through the process. Look at the first commit I made to know what that means.
  • The translation process is done using the i18next library. There's an example in the index.js file of how this is done. Check this github project for more info on how to use the i18next library: i18next
  • When writing commits, commitlinter library is used to make sure that your commits are consistent with the conventional commits. To learn more about it refer to the guidelines in Canvas or the conventional commits site.
  • The layout folder contains the components that will be used in the layout of pages, so components like the header and footer will be placed there.

Good luck and happy coding :D

About

pebblework_Capstone Project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 99.7%
  • Other 0.3%