Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 648 Bytes

File metadata and controls

25 lines (17 loc) · 648 Bytes

📌 Overview

TodoApp is a task management application that helps users organize their pending activities. It utilizes essential dependencies such as bootstrap, immutability-helper, keycode-js, react, react-dom, recompose, and react-scripts.

Instructions

First clone this repository.

$ git clone https://github.com/Johnny1305/TodoApp.git

Install dependencies. Make sure you already have nodejs & npm installed in your system.

$ npm install # or yarn

Run it

$ npm start # or yarn start

☁️ Deploy

TodoApp