Skip to content

Latest commit

 

History

History
109 lines (86 loc) · 4.54 KB

README.md

File metadata and controls

109 lines (86 loc) · 4.54 KB

TechTalk

TechTalk is a service designed to help developers preparing for their first job or a career transition by effectively preparing for technical interviews. With features like mock interviews with AI interviewers, error corrections, and study notes, it supports users in their technical interview preparation.
The service was planned based on the challenges experienced during real job search processes, and thoughtful solutions for effective learning of technical concepts are embedded throughout the service.


Platform Pub Package


Table of Contents


Summary

Index Detail
State Management rivepord, rxdart
Key Packages go_router (Routing), get_it (DI), dio (Networking), hive (Local Database), json_serializable (Modeling)
Flutter SDK 3.19.1
Supported Languages English, Korean
Structure

Introduction Page

Folder Structure

|-- lib
    |-- app
    |   |-- di
    |   |-- entrypoints
    |   |-- router
    |   |-- style
    |  
    |-- core
    |   |-- constants
    |   |-- helper
    |   |-- modules
    |   |-- services       
    |        
    |-- features
    |   |-- data_source
    |   |   |-- remote
    |   |   |   |-- models
    |   |   |-- local
    |   |   |   |-- boxes     
    |   |-- repository
    |   |   |-- entities
    |   |   |-- enums
    |   |-- useCases
    |   
    |-- presentation
    |   |-- common
    |   |   |-- base
    |   |-- pages
    |   |-- section
    |       |-- widgets
    |       |-- state
    |       |-- event    

Contributors ✨

Yellow Toast
Yellow Toast
yundal8755
yundal8755
suneogkwon
suneogkwon
Ximya
Ximya