Live site: https://task-manager-hub.netlify.app/
- CRUD operations for tasks (Create, Read, Update, Delete).
- Loading state indication during data fetching and processing.
- Display a message encouraging users to start their daily deeds when no tasks are available.
- Error handling for task-related operations.
Technologies
- Tailwind CSS
- React JS
- NodeJs
- ExpressJs
- MongoDB
Packages
- axios
- react-icon
- react-hot-toast
Client side: https://github.com/Al-Amin49/task-manager-client.git
Server side: https://github.com/Al-Amin49/task-manager-server.git
- Clone the repository
git clone https://github.com/Al-Amin49/task-manager-client.git
- Install Dependencies
cd task-manager-client
npm install
- Run the server
npm run dev