Skip to content

Files

Latest commit

 

History

History
22 lines (18 loc) · 497 Bytes

README.md

File metadata and controls

22 lines (18 loc) · 497 Bytes

Table of contents

General info

This project is a task-app written in React. It uses context api to store state. It also has changeable ui theme. Data is stored in browser's local storage.

Technologies

Project is created with:

  • React version: 16.9.0
  • Context API
  • SCSS

Setup

To run this project, install it locally using npm:

$ cd ../react-hooks-context-project
$ npm install
$ npm start