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
- Host: GitHub
- URL: https://github.com/kyle-west/react-todo-example
- Owner: kyle-west
- Archived: true
- Created: 2019-10-07T21:58:23.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-04T22:18:17.000Z (over 2 years ago)
- Last Synced: 2025-02-27T05:51:22.783Z (3 months ago)
- Language: JavaScript
- Size: 3.89 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
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).