An open API service indexing awesome lists of open source software.

https://github.com/kyle-west/react-todo-example

This is an example app for my SORT 2019 presentation
https://github.com/kyle-west/react-todo-example

Last synced: 29 days ago
JSON representation

This is an example app for my SORT 2019 presentation

Awesome Lists containing this project

README

        

# React Example: Todo App

This is an example app for my SORT 2019 presentation.

Look at [PR #1](https://github.com/kyle-west/react-todo-example/pull/1) to get an understanding of the changes I made from a clean Create React App.

To see the initial state from Create React App run

```sh
git checkout initial-cra
```

This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app).