Skip to content

MelihcanSrky/TodoApp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

To do App

Features

  • Todogo - Golang Backend server for TodoApp's
  • TodoApp - Kotlin Frontend Mobile app for Android.(For now!)

Design from Figma

https://www.figma.com/community/file/1233771767232378502

Future Ideas

  • More features in backend
  • Electron.js desktop app / Web App

Completed Things!

This App Works on main branch. Version 1.0.0

Standard to do app.

TR / EN localize language.

Change between dark and light themes in app. Default is system theme.

Create categories for tasks. (If you log in from another device, the lists stored on that device are not accessible.(Because lists are storing in SharedPreferences.))

In todogo folder:

.../todogo>go run main.go

Server runs on localhost:5000

In TodoApp Kotlin app /todoapp/di/AppModule.kt

Change IP with your IP.

private const val BASE_URL = "http://<your-ip>:5000/api/"

Register / Login Pages

Home Page / Add Todo