https://github.com/malcodeman/reminders
Simple to-do app.
https://github.com/malcodeman/reminders
react react-hooks
Last synced: 5 months ago
JSON representation
Simple to-do app.
- Host: GitHub
- URL: https://github.com/malcodeman/reminders
- Owner: malcodeman
- License: mit
- Created: 2018-03-01T20:46:14.000Z (almost 8 years ago)
- Default Branch: main
- Last Pushed: 2023-03-04T03:15:53.000Z (almost 3 years ago)
- Last Synced: 2025-01-29T22:33:10.826Z (11 months ago)
- Topics: react, react-hooks
- Language: TypeScript
- Homepage: https://reminders.surge.sh
- Size: 2.35 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- my-awesome-repos - reminders - To-Do App. (React)
README
# [Reminders](http://reminders.surge.sh)
[](https://github.com/prettier/prettier)
[](https://github.com/malcodeman/reminders/blob/master/LICENSE)
React To-Do App with React Hooks.

## Usage
```
yarn install
yarn start
```
## Documentation
If you wish to deploy to [surge.sh](https://surge.sh) just edit `domain` variable in package.json to your liking and run `yarn deploy` command.
```
"domain": "reminders.surge.sh"
```
## Credits
- [Chris Sevilleja](https://github.com/sevilayha) for his excellent react hooks example [React To-Do with Hooks](https://codesandbox.io/s/oj3qm2zq06)
- [Quentin Colus](https://twitter.com/Quentin_cls) for making [Todost](http://todost.quentincolus.com)
- [Dale Humphries](https://twitter.com/dalehumphries) for making [space icon set freebie](https://tympanus.net/codrops/2016/03/18/freebie-astronomy-space-icons)
- [Roboto font](https://fonts.google.com/specimen/Roboto)
## License
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.