This is a dashboard assignment given by TrainingMug.
- Next.js 14
- React
- Redux Toolkit
- React Redux
- Axios
- DaisyUI
- Docker
src/
- Contains the source code for the app.app/
- Contains the main components and layout.redux/
- Contains Redux-related files.public/
- Contains static assets.
- Clone this repository.
- Install dependencies using
npm install
. - Start the development server using
npm start
.
- Build the Docker image:
docker build -t trainingmug-dashboard .
- Run the Docker container:
docker run -p 3000:3000 trainingmug-dashboard
Docker Hub - TrainingMug Dashboard Assignment
docker pull 01sriharsha/trainingmug-dashboard-assignment:latest