Project management system is an application that helps a team or group of developers achieve their goals.
React is a free and open-source front-end JavaScript library for building user interfaces based on UI components.
Redux | RTK | RTK Query is an open-source JavaScript library for managing and centralizing application state.
React-i18next is a powerful internationalization framework for React / React Native which is based on i18next.
Clone the repository and install the dependencies (dependencies, devDependencies).
npm install
To start the server in development mode, run the command
npm start
If you need a production build, run the command
npm run build