Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 1022 Bytes

File metadata and controls

17 lines (13 loc) · 1022 Bytes

TDDeter - Mobile app

About the project

One month project to develop an app as a group of four. For the frontend we chose to use React Native to be able to develop for iOS as well as Android. The challenge was to use TDD as a development method, thus it was logical for us to code in a langage we already knew : Javascript. For the backend part, we wanted our database to be accessible to all of us in the cloud ; we chose Supabase for its relational functionalities with PostgreSQL.

Our main missions were :
→ Development of an iOS and Android app
→ Working with TDD methodology (Test Driven Development)
    › Writing tests from a user experience point of view
    › Testing database and API
    › Continuous integration of tests

→ Working with Agile standards

Tools and languages

My Skills