Skip to content

xD3CODER/TAP

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🌈 TAP Project

Student Project 2018

Architecture

  • Application: Contain source code of cross-platform application
  • IA: Contain information about IA
  • Worker: Contain source code of fetching articles system
  • API: Contain source code of API

All information about how to run different parts of project are inside README.md of each directory


☕ Commit message convention

(<type>): <subject>
<BLANK LINE>
<body>

Allowed <type>

  • feat: Add new feature
  • fix: Fix a bug
  • perf: Code change that improve performances
  • style: Change at style-level
  • refactor: Code change that neither adds feature or fixes a bug
  • reformat: Changes that do not affect the meaning of the code (white-space, lint, missing semi-colons, ...)
  • docs: Documentation only changes
  • test: Adding or update testing files
  • update: Updating configuration file or NPM package
  • build: Changing build workflow

<subject>

Subject line contains succinct description of the change.

<body>

Describe each update, and mention all breaking changes

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors