Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 1.1 KB

README.md

File metadata and controls

24 lines (17 loc) · 1.1 KB

This documents my progress on the freecodecamp Quality Assurance pathway.

Description

As your programs or web applications become more complex, you'll want to test them to make sure that new changes don't break their original functionality.

In the Quality Assurance Certification, you'll learn how to write tests with Chai to ensure your applications work the way you expect them to.

Then you'll build a chat application to learn advanced Node and Express concepts. You'll also use Pug as a template engine, Passport for authentication, and Socket.io for real-time communication between the server and connected clients.

Repo directory

.
├── 01-chai // basics of chai (done)
├── 02-node-and-express // advanced node and express concepts (in progress)
├── project-01-metric-imperial-converter // (tbd)
├── project-02-issue-tracker // (tbd)
├── project-03-personal-library // (tbd)
├── project-04-sudoku-solver // (tbd)
└── project-05-american-brit-translator // (tbd)