To run this app on your local machine :
- Clone the repository.
- Open a cmd prompt at the root directory and run the command 'npm install'.
- Run 'npm start' and you can access the app running at http://localhost:3000.
Note : Pages folder contains all the pages and their corresponding components. Any reusable component should be kept in components folder. The redux folder contains all the store related stuffs such as store configuration, slices etc.