The Project - Atileon/OC-p8 GitHub Wiki

Personal intro

I have never personally thought about the importance of adopting a BDD/TDD approach on projects. But I'll take care of my code from now on. I felt on last projects that something was missing and now I've realized that if I want to build professional code I got to do it adopting these methodologies.

So, let's talk about the project now...

Goals

The aim of this project was achieved following four steps:

  1. Fix some bugs on code
  2. Use Jasmine to test code
  3. Analyze a Competitor App Performance / Write an Performance Audit
  4. Write a Technical Documentation (This documentation)

The first two would be explained during the Presentation of the project. The rest are on this Wiki

Next Page - Installation of dependencies