This is a simple Todo list App created using create-react-app. You can add a todo item, mark a todo item as complete, and also delete it. Also, this todo list is designed to be responsive. So you can open it on your mobile, tablet, or desktop. Currently, all data is stored in state. So a browser refresh will definitely reset todo list to its' original data.
Have fun!