https://github.com/paty-oliveira/codecademy-fullstack
Repository for Full-Stack Engineer projects from Codecademy
https://github.com/paty-oliveira/codecademy-fullstack
backend-development css express-js front-end-development full-stack-web-development html javascript react redux
Last synced: 3 months ago
JSON representation
Repository for Full-Stack Engineer projects from Codecademy
- Host: GitHub
- URL: https://github.com/paty-oliveira/codecademy-fullstack
- Owner: paty-oliveira
- Created: 2021-12-30T18:50:45.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2023-04-06T16:41:56.000Z (about 3 years ago)
- Last Synced: 2025-07-04T03:03:26.780Z (12 months ago)
- Topics: backend-development, css, express-js, front-end-development, full-stack-web-development, html, javascript, react, redux
- Language: JavaScript
- Homepage:
- Size: 37.8 MB
- Stars: 2
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# FullStack Path
This repository stores the projects made during the Frontend Engineer path and Backend Engineer path
from Codecademy.
The path is divided in several topics and learning goals. Each topic addresses the projects made on.
- **Introduction to HTML basics**
- [Fashion Blog](fashion-blog)
- [Wine Festival](wine-festival)
- [New York City Blog](new-york-city-blog)
- **Introduction to CSS basics**
- [Healthy Recipes](healthy-recipes)
- [Olivia Woodruff Portfolio](olivia-woodruff-portfolio)
- [Dasmoto's Arts & Crafts](dasmoto-arts-crafts)
- [Paint Store](paint-store)
- [Typography](typography)
- [My Cheat Sheet of HTML and CSS](my-cheat-sheet)
- **Improved Styling with CSS**
- [Davies's Burgers](davie-burgers)
- [Broadway](broadway)
- [Journey Around the World](journey-arround-world)
- [Reel Good Reviews](reel-good-reviews)
- [The Summit](summit)
- [My Design System Webpage](my-design-system)
- **Making a Website Responsive**
- [Tsunami Coffee](tsunami-coffee)
- [To-Do App](to-do-app)
- [Tea Cozy](tea-cozy)
- [Fotomatic](fotomatic)
- [PupSpa](pup-spa)
- [My Company Webpage](my-company-homepage)
- [Crossfit Foz](crossfit-foz)
- **JavaScript**
- [Number Guesser](javascript-section/number-guesser)
- [Credit Card Checker](javascript-section/credit-card-checker)
- [Mysterious Organism](javascript-section/mysterious-organism)
- [Build a Library](javascript-section/library)
- [School Catalogue](javascript-section/school-catalogue)
- [Find your Hat](javascript-section/find-your-hat/)
- [Film Finder](javascript-section/film-finder/)
- [Weather Generator](javascript-section/weather-generator/)
- **Building Interactive Website**
- [Piano Keys](piano-keys)
- [Form a Story](form-story)
- **JavasScript Testing**
- [Rooster Regulation](javascript-section/rooster-regulation/)
- [Factorial Feature](javascript-section/factorial-feature/)
- **React**
- [Authorization Form](react-section/authorization-form/)
- [Random Color Picker](react-section/random-color-picker/)
- [Video Player](react-section/video-player/)
- [Social Network for Pets](react-section/social-network-pets/)
- [Jammming](react-section/jammming/)
- [Passing Thoughts](react-section/passing-thoughts)
- [Copycat](react-section/copycat/)
- [React Router Lesson Starter](react-section/react-router-lesson-starter/)
- [Adopt a pet](react-section/adopt-a-pet/)
- [Appointment Planner](react-section/appointnment-planner/)
- **Redux**
- [Codecademy Store](redux-section/codecademy-store/)
- [Matching Memory](redux-section/matching-memory/Adopt)
- [Expense Tracker](redux-section/expense-tracker/)
- [Flashcards](redux-section/flashcards/)
- [News Reader](redux-section/news-reader/)
- **Testing React with Jest and React Testing Library**
- [Color Button](testing-section/color-button)
- [Sundaes on Demand](testing-section/sundaes-on-demand)
- **Building a Backend with Express.js**
- [Quote API](express-section/quote-api)
- [Boss Machine API](express-section/boss-machine)
- [Dognation: Password Authentication](express-section/dognation)
- [Github Auth](express-section/github-auth)
- **API Development with Swagger
- [Orders](api-development/orders)
- [Creating REST API Endpoints for a Book Store](api-development/book-store)
- [RESTful Restaurants](api-development/restaurants)
- [Full-Stack Expenses App](api-development/expenses)
- [ToDo List App](api-development/todo)
- **Linear Data Structures**
- [Nodes](linear-data-structures/nodes/)
- [Linked Lists](linear-data-structures/linked-lists/)
- [Doubly Linked Lists](linear-data-structures/doubly-linked-lists/)
- [Queue](linear-data-structures/queue/)
- [Stack](linear-data-structures/stack/)
- **Complex Data Structures**
- [Hash Maps](complex-data-structures/hash-maps/)
- [Heaps](complex-data-structures/heaps/)
- [Graphs](complex-data-structures/graphs/)
- **Algorithms**
- [Bubble Sort](algorithms/bubble-sort/)
- [Merge Sort](algorithms/merge-sort/)
- [Quick Sort](algorithms/quick-sort/)
- [Binary Search](algorithms/binary-search/)
- [Binary Search Tree](algorithms/binary-search-tree/)
- [Graph Search](algorithms/graph-search/)