My first react app using create-react-app

I’ve made my first react app using create-react-app and deployed it to gh-pages. Reviews are welcome.
Live - https://sxnaprkhr.github.io/todo-list/
Code - https://github.com/sxnaprkhr/todo-list

I just want some honest reviews on the react code that I wrote as this is my 2nd try on making a react app.

1 Like

Where is webpack and babel?

used create-react-app

It looks nice! Good job on not mutating state in your event handlers!

1 Like