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
- Host: GitHub
- URL: https://github.com/mehradi-github/ref-reduxtoolkit-2302
- Owner: mehradi-github
- License: mit
- Created: 2024-04-25T08:22:07.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-29T16:38:30.000Z (about 2 years ago)
- Last Synced: 2025-09-14T03:37:13.061Z (9 months ago)
- Topics: miragejs, react, redux-toolkit, typescript
- Language: TypeScript
- Homepage:
- Size: 605 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.