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

https://github.com/mehradi-github/ref-reduxtoolkit-2302

The Task manager is built with ReduxToolkit
https://github.com/mehradi-github/ref-reduxtoolkit-2302

miragejs react redux-toolkit typescript

Last synced: 2 months ago
JSON representation

The Task manager is built with ReduxToolkit

Awesome Lists containing this project

README

          

# Task manager

The Task manager is built with ReduxToolkit.

- [Task manager](#task-manager)
- [Setting up Tailwind CSS](#setting-up-tailwind-css)
- [API mocking library](#api-mocking-library)

This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app), using the [Redux](https://redux.js.org/) and [Redux Toolkit](https://redux-toolkit.js.org/) TS template.

## Setting up Tailwind CSS

```sh
npm install -D tailwindcss postcss autoprefixer
npx tailwindcss init -p
```

## API mocking library

[Mirage JS](https://miragejs.com/tutorial/intro/) is an API mocking library that lets you build, test and share a complete working JavaScript application without having to rely on any backend services.
[Falso](https://ngneat.github.io/falso/docs/getting-started/) create massive amounts of fake data in the browser and NodeJS. Tree Shakeable & Fully Typed.