Git Product home page Git Product logo

todorn's Introduction

Todo App

React Native에 기반한 간단한 Todo App 입니다.

Project Tree

해당 프로젝트의 트리 구조입니다.

todoRN
├─ assets
│  ├─ checkbox-checked.svg
│  ├─ checkbox-unchecked.svg
│  ├─ delete.svg
│  ├─ list.svg
│  ├─ logout.svg
├─ components
│  ├─ InputForm.js
│  └─ TodoItem.js
├─ package-lock.json
├─ package.json
├─ README.md
├─ redux
│  ├─ slices
│  │  └─ todoSlice.js
│  └─ store.js
└─ screens
   ├─ LoginScreen.js
   └─ MainScreen.js

WireFrame

core components를 익히기 위함이 목적인 프로젝트 명목 상, styleSheet에 기반한 기본적인 styling만 진행됩니다.

2023-03-06 09;54;17

  • App 컴포넌트 하위에 MainScreen이 배치됩니다.
  • TodoItemInputForm은 자주 사용되는 컴포넌트이므로 components 폴더에서 관리합니다.
  • 상태 관리는 Redux를 활용합니다.

페이지 라우팅

2023-03-16 17;43;44

  • react navigation으로 페이지 간 라우팅을 수행합니다.
  • Firebase auth 를 활용하여 회원가입/로그인 로직을 구현합니다.

Installation & Start

이 프로젝트는 expo를 통해 React Native 환경을 구성합니다. 따라서 아래 CLI 명령어로 프로젝트 폴더를 생성합니다.

npx create-expo-app 'project_name'

아래 명령어로 리액트 앱을 구동합니다.

npm start

logs

React Native 개발 log 를 남기는 URL입니다.

Redux Toolkit 활용 log : Redux를 활용하여 state를 관리하는 것에 대한 log를 남기는 URL입니다.

todorn's People

Contributors

dobyming avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.