Welcome to the frontend repository of our groundbreaking Full Stack Project with Microservices! 🚀
- React: Frontend library for building dynamic user interfaces.
- Material-UI (MUI): Provides sleek and modern UI components.
- Tailwind CSS: Styling framework for flexible and easy styling.
- Redux Toolkit: State management for seamless user interactions.
- Create Task: Easily generate new tasks with a few clicks.
- Assign Task to User: Streamlined task distribution for efficient workflow.
- Update Task: Modify task details on the fly.
- Delete Task: Remove unnecessary tasks effortlessly.
- Filter Task: Quickly find what you need with smart filtering.
- Clone this repository.
- Install dependencies using npm install.
- Start the development server with npm start.
- Access the application in your browser at http://localhost:3000.
This template provides a minimal setup to get React working in Vite with HMR and some ESLint rules.
Currently, two official plugins are available:
- @vitejs/plugin-react uses Babel for Fast Refresh
- @vitejs/plugin-react-swc uses SWC for Fast Refresh