Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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])