Skip to content

Commit 235abe1

Browse files
Update README's
1 parent ccba196 commit 235abe1

File tree

4 files changed

+98
-22
lines changed

4 files changed

+98
-22
lines changed

Back-end development/README.md

+26
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
# Back-end development :white_check_mark:
2+
#### Relational Databases
3+
- *[Project - All For One](https://github.com/deboracosilveira/trybe-projects/tree/master/Back-end%20development/project-21-mysql-all-for-one)*
4+
#### SQL Functions, Joins and Subqueries
5+
- *[Project - Vocabulary Booster]()*
6+
#### Database Modeling and Normalization
7+
- *[Project - One For All]()*
8+
#### NoSQL - MongoDB
9+
- *[Project - Data Flights]()*
10+
#### MongoDB - Updates
11+
- *[Project - Commerce]()*
12+
#### MongoDB - Aggregation Framework
13+
- *[Project - Aggregations]()*
14+
#### NodeJS - Express and MVC Architecture
15+
- *[Project - Cookmaster]()*
16+
#### NodeJS - Service Layer and RESTful Architecture
17+
- *[Project - Store Manager]()*
18+
#### NodeJS - Authentication and File Upload
19+
- *[Project - Cookmaster V2]()*
20+
#### NodeJS - Heroku Deployment
21+
- *[Project - Stranger Things: Frontend]()*
22+
- *[Project - Stranger Things: Backend]()*
23+
#### NodeJS - Architecture: SOLID and ORM
24+
- *[Project - Blogs API]()*
25+
#### NodeJS - Sockets
26+
- *[Project - Webchat]()*

Computer Science/README.md

+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# Computer Science :hourglass_flowing_sand:
2+
#### Computer Architecture and Network
3+
- *[Project - Exploring the protocols]()*
4+
#### Python and Web Data Scraping
5+
- *[Project - Tech News]()*
6+
#### Object Oriented Programming and Design Patterns
7+
- *[Project - Inventory Reports]()*
8+
#### Algorithms and Data Structure
9+
- *[Project - Algorithms]()*
10+
#### Data Structure: Hash and Set
11+
- *[Project - Restaurant Orders]()*
12+
#### Data Structure: Stacks, Queues and Lists
13+
- *[Project - Trybe Is Not Google]()*

Front-end development/README.md

+37
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
# Front-end development :white_check_mark:
2+
#### HTML & CSS
3+
- *[Project - HTML & CSS](https://github.com/deboracosilveira/trybe-projects/tree/master/Front-end%20development/project-01-html-css)*
4+
- *[Project Extra - Alice ](https://github.com/deboracosilveira/trybe-projects/tree/master/Front-end%20development/project-extra-alice)*
5+
#### JavaScript
6+
- *[Project - Meme Generator](https://github.com/deboracosilveira/trybe-projects/tree/master/Front-end%20development/project-02-meme-generator)*
7+
- *[Project - Art with Pixels](https://github.com/deboracosilveira/trybe-projects/tree/master/Front-end%20development/project-03-pixels-art)*
8+
- *[Project - To Do List](https://github.com/deboracosilveira/trybe-projects/tree/master/Front-end%20development/project-04-todo-list)*
9+
- *[Project - Guess the Color](https://github.com/deboracosilveira/trybe-projects/tree/master/Front-end%20development/project-05-color-guess)*
10+
- *[Project - Mysterious Card](https://github.com/deboracosilveira/trybe-projects/tree/master/Front-end%20development/project-06-mistery-letter)*
11+
#### CSS Flexbox
12+
- *[Project - Facebook home](https://github.com/deboracosilveira/trybe-projects/tree/master/Front-end%20development/project-07-facebook-signup)*
13+
#### JavaScript ES6 & Unit Tests
14+
- *[Project - JavaScript Unit Tests](https://github.com/deboracosilveira/trybe-projects/tree/master/Front-end%20development/project-08-js-unit-tests)*
15+
#### JavaScript ES6
16+
- *[Project - Zoo functions](https://github.com/deboracosilveira/trybe-projects/tree/master/Front-end%20development/project-09-zoo-functions)*
17+
#### Asynchronicity & Callbacks
18+
- *[Project - Shopping Cart](https://github.com/deboracosilveira/trybe-projects/tree/master/Front-end%20development/project-10-shopping-cart)*
19+
#### Asynchronous Jest and Mocking
20+
- *[Project - Asynchronous Jest and Mocking](https://github.com/deboracosilveira/trybe-projects/tree/master/Front-end%20development/project-11-jest)*
21+
#### Introduction - React Components
22+
- *[Project - Movie Cards Library](https://github.com/deboracosilveira/trybe-projects/tree/master/Front-end%20development/project-12-movie-cards-library)*
23+
#### React events and forms
24+
- *[Project - Movie Cards Library Stateful](https://github.com/deboracosilveira/trybe-projects/tree/master/Front-end%20development/project-13-movie-card-library-stateful)*
25+
#### React life cycle and Router
26+
- *[Project - Movie Cards Library CRUD](https://github.com/deboracosilveira/trybe-projects/tree/master/Front-end%20development/project-14-movie-card-library-crud)*
27+
#### React and Agile Methodologies
28+
- *[Project - Frontend Online Store](https://github.com/deboracosilveira/trybe-projects/tree/master/Front-end%20development/project-15-frontend-online-store-01)*
29+
#### React Testing Library
30+
- *[Project - React Tests](https://github.com/deboracosilveira/trybe-projects/tree/master/Front-end%20development/project-16-react-testing-library)*
31+
##### React & Redux
32+
- *[Project - Table with data filters](https://github.com/deboracosilveira/trybe-projects/tree/master/Front-end%20development/project-17-react-redux-starwars-database-filters)*
33+
#### React & Redux
34+
- *[Project - Trivia Game](https://github.com/deboracosilveira/trybe-projects/tree/master/Front-end%20development/project-18-trivia-game)*
35+
#### React Context API and Hooks
36+
- *[Project - Datatable StarWars with Context API and Hooks](https://github.com/deboracosilveira/trybe-projects/tree/master/Front-end%20development/project-19-starwars-datatable-hooks)*
37+
- *[Project - Recipe App](https://github.com/deboracosilveira/trybe-projects/tree/master/Front-end%20development/project-20-recipes-app)*

README.md

+22-22
Original file line numberDiff line numberDiff line change
@@ -8,44 +8,44 @@ The main technical stacks studied are JavaScript, HTML, CSS, React, Node, Expres
88

99
## Front-end development :white_check_mark:
1010
#### HTML & CSS
11-
- *[Project - HTML & CSS](https://github.com/deboracosilveira/projects_trybe/tree/master/Front-end%20development/project-01-html-css)*
12-
- *[Project Extra - Alice ](https://github.com/deboracosilveira/projects_trybe/tree/master/Front-end%20development/project-extra-alice)*
11+
- *[Project - HTML & CSS](https://github.com/deboracosilveira/trybe-projects/tree/master/Front-end%20development/project-01-html-css)*
12+
- *[Project Extra - Alice ](https://github.com/deboracosilveira/trybe-projects/tree/master/Front-end%20development/project-extra-alice)*
1313
#### JavaScript
14-
- *[Project - Meme Generator](https://github.com/deboracosilveira/projects_trybe/tree/master/Front-end%20development/project-02-meme-generator)*
15-
- *[Project - Art with Pixels](https://github.com/deboracosilveira/projects_trybe/tree/master/Front-end%20development/project-03-pixels-art)*
16-
- *[Project - To Do List](https://github.com/deboracosilveira/projects_trybe/tree/master/Front-end%20development/project-04-todo-list)*
17-
- *[Project - Guess the Color](https://github.com/deboracosilveira/projects_trybe/tree/master/Front-end%20development/project-05-color-guess)*
18-
- *[Project - Mysterious Card](https://github.com/deboracosilveira/projects_trybe/tree/master/Front-end%20development/project-06-mistery-letter)*
14+
- *[Project - Meme Generator](https://github.com/deboracosilveira/trybe-projects/tree/master/Front-end%20development/project-02-meme-generator)*
15+
- *[Project - Art with Pixels](https://github.com/deboracosilveira/trybe-projects/tree/master/Front-end%20development/project-03-pixels-art)*
16+
- *[Project - To Do List](https://github.com/deboracosilveira/trybe-projects/tree/master/Front-end%20development/project-04-todo-list)*
17+
- *[Project - Guess the Color](https://github.com/deboracosilveira/trybe-projects/tree/master/Front-end%20development/project-05-color-guess)*
18+
- *[Project - Mysterious Card](https://github.com/deboracosilveira/trybe-projects/tree/master/Front-end%20development/project-06-mistery-letter)*
1919
#### CSS Flexbox
20-
- *[Project - Facebook home](https://github.com/deboracosilveira/projects_trybe/tree/master/Front-end%20development/project-07-facebook-signup)*
20+
- *[Project - Facebook home](https://github.com/deboracosilveira/trybe-projects/tree/master/Front-end%20development/project-07-facebook-signup)*
2121
#### JavaScript ES6 & Unit Tests
22-
- *[Project - JavaScript Unit Tests](https://github.com/deboracosilveira/projects_trybe/tree/master/Front-end%20development/project-08-js-unit-tests)*
22+
- *[Project - JavaScript Unit Tests](https://github.com/deboracosilveira/trybe-projects/tree/master/Front-end%20development/project-08-js-unit-tests)*
2323
#### JavaScript ES6
24-
- *[Project - Zoo functions](https://github.com/deboracosilveira/projects_trybe/tree/master/Front-end%20development/project-09-zoo-functions)*
24+
- *[Project - Zoo functions](https://github.com/deboracosilveira/trybe-projects/tree/master/Front-end%20development/project-09-zoo-functions)*
2525
#### Asynchronicity & Callbacks
26-
- *[Project - Shopping Cart](https://github.com/deboracosilveira/projects_trybe/tree/master/Front-end%20development/project-10-shopping-cart)*
26+
- *[Project - Shopping Cart](https://github.com/deboracosilveira/trybe-projects/tree/master/Front-end%20development/project-10-shopping-cart)*
2727
#### Asynchronous Jest and Mocking
28-
- *[Project - Asynchronous Jest and Mocking](https://github.com/deboracosilveira/projects_trybe/tree/master/Front-end%20development/project-11-jest)*
28+
- *[Project - Asynchronous Jest and Mocking](https://github.com/deboracosilveira/trybe-projects/tree/master/Front-end%20development/project-11-jest)*
2929
#### Introduction - React Components
30-
- *[Project - Movie Cards Library](https://github.com/deboracosilveira/projects_trybe/tree/master/Front-end%20development/project-12-movie-cards-library)*
30+
- *[Project - Movie Cards Library](https://github.com/deboracosilveira/trybe-projects/tree/master/Front-end%20development/project-12-movie-cards-library)*
3131
#### React events and forms
32-
- *[Project - Movie Cards Library Stateful](https://github.com/deboracosilveira/projects_trybe/tree/master/Front-end%20development/project-13-movie-card-library-stateful)*
32+
- *[Project - Movie Cards Library Stateful](https://github.com/deboracosilveira/trybe-projects/tree/master/Front-end%20development/project-13-movie-card-library-stateful)*
3333
#### React life cycle and Router
34-
- *[Project - Movie Cards Library CRUD](https://github.com/deboracosilveira/projects_trybe/tree/master/Front-end%20development/project-14-movie-card-library-crud)*
34+
- *[Project - Movie Cards Library CRUD](https://github.com/deboracosilveira/trybe-projects/tree/master/Front-end%20development/project-14-movie-card-library-crud)*
3535
#### React and Agile Methodologies
36-
- *[Project - Frontend Online Store](https://github.com/deboracosilveira/projects_trybe/tree/master/Front-end%20development/project-15-frontend-online-store-01)*
36+
- *[Project - Frontend Online Store](https://github.com/deboracosilveira/trybe-projects/tree/master/Front-end%20development/project-15-frontend-online-store-01)*
3737
#### React Testing Library
38-
- *[Project - React Tests](https://github.com/deboracosilveira/projects_trybe/tree/master/Front-end%20development/project-16-react-testing-library)*
38+
- *[Project - React Tests](https://github.com/deboracosilveira/trybe-projects/tree/master/Front-end%20development/project-16-react-testing-library)*
3939
##### React & Redux
40-
- *[Project - Table with data filters](https://github.com/deboracosilveira/projects_trybe/tree/master/Front-end%20development/project-17-react-redux-starwars-database-filters)*
40+
- *[Project - Table with data filters](https://github.com/deboracosilveira/trybe-projects/tree/master/Front-end%20development/project-17-react-redux-starwars-database-filters)*
4141
#### React & Redux
42-
- *[Project - Trivia Game](https://github.com/deboracosilveira/projects_trybe/tree/master/Front-end%20development/project-18-trivia-game)*
42+
- *[Project - Trivia Game](https://github.com/deboracosilveira/trybe-projects/tree/master/Front-end%20development/project-18-trivia-game)*
4343
#### React Context API and Hooks
44-
- *[Project - Datatable StarWars with Context API and Hooks](https://github.com/deboracosilveira/projects_trybe/tree/master/Front-end%20development/project-19-starwars-datatable-hooks)*
45-
- *[Project - Recipe App](https://github.com/deboracosilveira/projects_trybe/tree/master/Front-end%20development/project-20-recipes-app)*
44+
- *[Project - Datatable StarWars with Context API and Hooks](https://github.com/deboracosilveira/trybe-projects/tree/master/Front-end%20development/project-19-starwars-datatable-hooks)*
45+
- *[Project - Recipe App](https://github.com/deboracosilveira/trybe-projects/tree/master/Front-end%20development/project-20-recipes-app)*
4646
## Back-end development :white_check_mark:
4747
#### Relational Databases
48-
- *[Project - All For One](https://github.com/deboracosilveira/projects_trybe/tree/master/Back-end%20development/project-21-mysql-all-for-one)*
48+
- *[Project - All For One](https://github.com/deboracosilveira/trybe-projects/tree/master/Back-end%20development/project-21-mysql-all-for-one)*
4949
#### SQL Functions, Joins and Subqueries
5050
- *[Project - Vocabulary Booster]()*
5151
#### Database Modeling and Normalization

0 commit comments

Comments
 (0)