This is a front-end application built with Next.js and React for rendering components. The project includes features such as authentication, API integration, and a user interface with icons, modals, and toast notifications.
Authentication: The project includes the "jwt-decode" package for decoding JSON Web Tokens (JWTs) and supports some kind of authentication system. API Integration: The project interacts with APIs using "@tanstack/react-query" for fetching and caching data and "axios" for making HTTP requests. User ### Interface: The project includes a user interface with icons, modals, and toast notifications. The user interface is styled with Tailwind CSS, a popular CSS utility library that allows developers to quickly build responsive and customizable user interfaces. Styling: The project is styled with Tailwind CSS and includes the "autoprefixer" and "postcss" packages for adding vendor prefixes to the CSS. The "typescript" package is used for adding type checking to the code. Development and Production: The project has three scripts defined: "dev" for running the development server, "build" for creating a production build, and "start" for starting the production server. Getting Started To get started with this project, follow these steps:
Install dependencies: npm install Run the development server: npm run dev Open http://localhost:3000 in your browser to see the application running. To create a production build and start the production server, run npm run build and npm run start, respectively.
If you find a bug or would like to contribute to this project, please submit an issue or pull request.
This project is licensed under the MIT License.