项目作者: brenopolanski

项目描述 :
React App with Context API and React Hooks
高级语言: JavaScript
项目地址: git://github.com/brenopolanski/react-task-manager-app.git
创建时间: 2020-06-03T18:20:54Z
项目社区:https://github.com/brenopolanski/react-task-manager-app

开源协议:MIT License

下载


React Task Manager App

React App with Context API and React Hooks.



Tutorial: https://www.youtube.com/watch?v=fqup-BL3VjI&list=WL

Quick Start

First of all, install the dependencies to run this app.

  1. # Clone this repository
  2. $ git clone git@github.com:brenopolanski/react-task-manager-app.git
  3. # Install dependencies
  4. $ yarn install
  5. # Run app
  6. $ yarn start