The task manager web application, built with the MERN stack, uses Node.js and Express.js for the backend, MongoDB for data storage, and JWT for authentication. It features role-based access control (RBAC) and an access revoke system. The frontend, built with React.js, employs Redux for state management and RTK Query for data fetching.
Stars
3
Forks
0
Watchers
3
Open Issues
0
Overall repository health assessment
No package.json found
This might not be a Node.js project
82
commits
Update README.md with local setup instructions and npm commands
6f91ebaView on GitHubUpdate README.md with project description, features, and deployment link
f658c55View on GitHubEnhance notes and users management with search and filter functionalities; update UI elements for clarity
f54d018View on GitHubRemove flex display from .public__main for layout adjustment
2760c90View on GitHubUpdate page title in Welcome component for consistency with application branding
91d501aView on GitHubAdd PulseLoader to Login component for improved loading feedback
51e7b69View on GitHubRemove loading state and PulseLoader from App component for simplified rendering
9c3fc71View on GitHubRemove PulseLoader component from DashLayout for cleaner rendering logic
0fffefcView on GitHubAdd loading state and PulseLoader to App component for improved user experience during initial loading
c9ee5a6View on GitHubRemove unused PulseLoader import from Welcome component for cleaner code
f056272View on GitHubRemove unnecessary PulseLoader components from DashLayout, Layout, and Welcome for cleaner rendering logic
b0c59e7View on GitHubAdd PulseLoader import to Layout component for enhanced loading indication
c2360e2View on GitHub