Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/malcodeman/reminders
Simple to-do app.
https://github.com/malcodeman/reminders
react react-hooks
Last synced: 11 days 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 (over 6 years ago)
- Default Branch: main
- Last Pushed: 2023-03-04T03:15:53.000Z (over 1 year ago)
- Last Synced: 2024-07-31T12:07:28.712Z (3 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)
[![code style: prettier](https://img.shields.io/badge/code_style-prettier-ff69b4.svg)](https://github.com/prettier/prettier)
[![GitHub license](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/malcodeman/reminders/blob/master/LICENSE)React To-Do App with React Hooks.
![Screenshot](docs/images/screenshot.png)
## 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.