React Todo List
View ProjectThis app allows users to create new, delete and check off todo items. While working on this project, I learned about the React UUID package and it's benefits over other alternatives like timestamps (I’m looking at you new Date() ). Although timestamps can be unique, they are always increasing and new timestamps will be generated on every page refresh. UUIDs can be useful, however if possible use a more stable approach like the ids generated by a database. I also edited some of the styling of the app to be more aligned with Twitter Bootstrap as well as imported CSS styles for each respective component. The app uses localstorage too so feel free to jot down a few todo items to check off later.
Technologies Used
- HTML
- CSS
- Twitter Bootstrap
- Font Awesome
- ReactJS
- React UUID
- Localstorage