Skip to content

Latest commit

 

History

History
18 lines (8 loc) · 476 Bytes

File metadata and controls

18 lines (8 loc) · 476 Bytes

To Do React App

This is a simple to do app built using React library.

This app allows a user to add the an activity and then all activities are added in the queue with the latest 
activity at the top.The user can also delete an acitvity through the x button infront of an activity provided
that consisitency of the order of activities is maintained.


The project is built using Visual Studio code using npm, node server and various react libraries.