项目作者: mihaidld

项目描述 :
Simple Shopping List using React
高级语言: JavaScript
项目地址: git://github.com/mihaidld/shopping-list.git
创建时间: 2020-12-26T13:29:07Z
项目社区:https://github.com/mihaidld/shopping-list

开源协议:

下载


Simple Shopping List using React

Features

  • project set up using Create React App and using React Hooks API (useState, useEffect, useContext)
  • list saved in localStorage
  • styled components with Bootstrap 5
  • modular components
  • responsive, accessible and with a dark mode

Install dependencies

  1. % yarn install

Run the app in the development mode

  1. % yarn start