First, run the development server:
Ensure you have Node.js version ^20 and npm installed on your machine. You can check by running:
- Clone the repository to your local machine.
- Navigate to the project directory.
- Install the project dependencies:
# install dependencies
npm install
# check for ready to run
npm run build
#run developement in local server
npm run dev
#run production in local server
npm run start
- Tailwind (style)
- Shadcn ui with tailwind (theme gray)
- NextJs + redux toolkit
- RTK Query
- React-icons - github
Open http://localhost:3000 to view it in the browser.
Describe how to use your application, including any key features or functionality.
public
├── assets/
src
├── app/
│ └── page.tsx
├── components/
│ └── lib/
│ └── store.ts
├── services/
└── apiservices
├── types/
└── Types.ts
└── README.md