Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mleftwich/type-todo
Generic todo application following best practices using React with Typescript
https://github.com/mleftwich/type-todo
Last synced: 7 days ago
JSON representation
Generic todo application following best practices using React with Typescript
- Host: GitHub
- URL: https://github.com/mleftwich/type-todo
- Owner: mleftwich
- Created: 2023-05-08T04:07:21.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-05-18T05:26:06.000Z (over 1 year ago)
- Last Synced: 2024-11-06T03:48:24.664Z (about 2 months ago)
- Language: TypeScript
- Size: 1.78 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
![MIT](https://img.shields.io/static/v1?label=License&message=MIT&color=green)
# Type-Todo
## Table of Contents
* [Description](#description)
* [Technologies](#technologies)
* [Installation](#installation)
* [Usage](#usage)
* [Contributing](#contributing)
* [Guidelines](#guidelines)
* [Tests](#tests)
* [License](#license)
* [Questions](#questions)
---## Description
Simple React todo app with full CRUD operations, creating using create-react-app and utilizing typescript and context for global state. Following best practices and project structure. User is first presented with fake data generated with the @chance npm, with the ability to edit, update and delete extisting entries + create new tasks. User can filter results by specific criteria - by task, by user, and by isComplete status.
![screenshot](./screenshot.png)## Technologies
* React
* Typescript
* TSX
* Node
## Installation
No installation requirements## Usage
Visit https://mleftwich.github.io/type-todo## Contributing
If you'd like to contribute, reach out through the email below## Guidelines
None## Tests
Tests run in development## License
Licensed under [MIT](https://opensource.org/licenses/MIT)---
## Questions
For any questions you can find me at [GitHub](https://github.com/mleftwich) or email me at [[email protected]](mailto:[email protected])