Skip to content

Homework 01 - React Native - Todo application

Write client using taltech.akaver.com backend.

Use swagger for api exploration and testing: https://taltech.akaver.com/swagger

Source code for backend: https://gitlab.akaver.com/akaver/com.akaver.taltech

Endpoints:

  • /api/v1/Account/Login
  • /api/v1/Account/Register

Crud endpoints for ToDo-s:

  • /api/v1/TodoCategories
  • /api/v1/TodoPriorities
  • /api/v1/TodoTasks

App base, Screens with initial ui and navigation Context, login, logout Todo screens and CRUD, scrollview, repsonsive design Fancy UI, swiping, design, dark mode Extra Fancy - Off and Online, sync, conflict resolving