Skip to content

Atharr/trybe-projects

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 

Repository files navigation

trybe-projects

This is a collection of the projects I've worked on (so far) during the Web Development course at Trybe. The original projects are all kept in Class 14-A's various project repositories there; each student creates their own branch in a given project repo and posts their work. Each repository is named after the class number and the project name, which in my class's case is sd-014-a-project-name. Each branch is also named following a simple rule: the student's name plus the project's name, in kebab case. 1 My branches are named marcello-alves-project-name.

I created this repo to act as a backup copy of my projects. In order to copy each branch from their original repositories, I simply issued the commands below inside each one of them:

git remote add origin2 git@github.com:Atharr/trybe-projects.git
git push --set-upstream origin2 marcello-alves-*project-name*

After that it was simply a matter of renaming the branches to taste.


Projects

Number Title Name
01 Lessons Learned sd-014-a-project-lessons-learned
02 Playground Functions sd-014-a-project-playground-functions
03 Pixels Art sd-014-a-project-pixels-art
04 To Do List sd-014-a-project-todo-list
05 Meme Generator sd-014-a-project-meme-generator
06 Mistery Letter sd-014-a-project-mistery-letter
07 Color Guess sd-014-a-project-color-guess
08 Trybewarts sd-014-a-project-trybewarts
09 JS Unit Tests sd-014-a-project-js-unit-tests
10 Zoo Functions sd-014-a-project-zoo-functions
11 Shopping Cart sd-014-a-project-shopping-cart
12 Jest sd-014-a-project-jest
13 Movie Cards Library sd-014-a-project-movie-cards-library
14 Movie Cards Library Stateful sd-014-a-project-movie-cards-library-stateful

Footnotes

  1. For more information on case styles, including camel case, snake case and kebab case, see also this entry at Wikipedia. There are also a couple nice articles at TheServerSide and BetterProgramming that may be of interest.

About

This is a collection of my Trybe projects.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published