{"id":15099058,"url":"https://github.com/adambornrepo/ila-case-study","last_synced_at":"2026-01-07T00:05:45.014Z","repository":{"id":254289623,"uuid":"846077111","full_name":"adambornrepo/ila-case-study","owner":"adambornrepo","description":"This project is a frontend case study web application developed for the International Labour Association (ILA). It demonstrates the implementation of various modern web development techniques using ReactJS.","archived":false,"fork":false,"pushed_at":"2024-09-05T16:44:01.000Z","size":2259,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-01T17:44:59.363Z","etag":null,"topics":["auth0","bootstrap","reactjs","redux-toolkit","sass","tanstack-table"],"latest_commit_sha":null,"homepage":"https://ila-case-study.vercel.app","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/adambornrepo.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-08-22T13:41:48.000Z","updated_at":"2024-09-05T16:44:04.000Z","dependencies_parsed_at":"2024-08-22T15:52:04.350Z","dependency_job_id":null,"html_url":"https://github.com/adambornrepo/ila-case-study","commit_stats":null,"previous_names":["adambornrepo/ila-case-study"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adambornrepo%2Fila-case-study","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adambornrepo%2Fila-case-study/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adambornrepo%2Fila-case-study/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adambornrepo%2Fila-case-study/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/adambornrepo","download_url":"https://codeload.github.com/adambornrepo/ila-case-study/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245854891,"owners_count":20683431,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["auth0","bootstrap","reactjs","redux-toolkit","sass","tanstack-table"],"created_at":"2024-09-25T17:04:12.858Z","updated_at":"2026-01-07T00:05:45.008Z","avatar_url":"https://github.com/adambornrepo.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ILA - Case Study\n\nThis project is a frontend case study web application developed for the International Labour Association (ILA). It demonstrates the implementation of various modern web development techniques using ReactJS.\n\n\n## Screen Preview\n\n- [Landing Page](./public/images/screen/home.png)\n- [Custom Login Page](./public/images/screen/custom-login.png)\n- [Auth0 Login Page](./public/images/screen/auth0-login.png)\n- [Registration Page](./public/images/screen/registration.png)\n- [Dashboard](./public/images/screen/dashboard.png)\n- [Product Details Page](./public/images/screen/product-details.png)\n\n\n## Live Website\n\nThe live application is available at: [ILA Case Study](https://ilacase.vercel.app/)\n\n\n## Test User\n\nFor authentication testing, you can use the following credentials:\n\n- **Email:** `tester@company.com`\n- **Username:** `testuser`\n- **Password:** `Test_123`\n\nUse these credentials to explore all the features and functionalities of the application. \n\nAlternatively, you can create a new account to test the registration process and experience the application as a new user.\n\n\n## List of Contents\n\n1. [Features](#features)\n2. [Installation and Usage](#installation-and-usage)\n2. [Environment Variables](#environment-variables)\n3. [Dependencies](#dependencies)\n4. [Docker Setup](#docker-setup)\n5. [License](#license)\n6. [Author](#author)\n\n\n## Features\n\n- **Single Page Application (SPA)**: The application is built as a SPA using ReactJS for seamless user experience.\n  \n- **Pages**: Includes Home Page, Login, Registration, Dashboard, Product Details, and custom error pages (404 \u0026 500).\n\n- **Mock Data \u0026 CRUD Operations**: Utilizes the [Fake Store API](https://fakestoreapi.com/) for mock data and CRUD operations.\n\n- **Styling**: Designed with Bootstrap and SASS. Global styles are managed using a `_variables.scss` file.\n\n- **Authentication**: Integrated with [Auth0](https://auth0.com/) for user authentication. A custom login page is provided, and the production version supports Auth0 Universal Login.\n\n- **Username/Email Login**: Users can log in using either their username or email address.\n\n- **State Management**: Centralized state management is handled using Redux Toolkit.\n\n- **Data Presentation**: The Dashboard page features a responsive product table built with the latest version of [React Table](https://tanstack.com/). Multiple table views are available for a user-friendly experience.\n\n- **Responsive Design**: The application is fully responsive and optimized for all device types.\n\n- **API \u0026 Validation**: Axios is used for API requests, and Yup is used for form validation.\n\n- **User Feedback**: User actions are accompanied by feedback messages displayed using [React Hot Toast](https://react-hot-toast.com/).\n\n- **Routing**: Navigation and routing are managed with [React Router Dom](https://reactrouter.com/en/main).\n\n- **Docker Support**: Dockerfile and docker-compose.yml are provided for containerization.\n\n- **Deployment**: The application is deployed on [Vercel](https://vercel.com/).\n\n\n## Installation and Usage\n\nTo set up the project locally, use the following steps:\n\n### Using npm\n\n```bash\nnpm install\n```\n\n```bash\nnpm start\n```\n\n\n## Environment Variables\n\n```.env\nREACT_APP_STORAGE_ENCRYPTION_KEY=\nREACT_APP_RECAPTCHA_SECRET_KEY=\nREACT_APP_MAX_LOGIN_FAILURE=\nREACT_APP_BASE_URL=\nREACT_APP_AUTH0_DOMAIN=\nREACT_APP_AUTH0_CLIENT_ID=\n```\n\n\n## Dependencies\n\nThe application relies on the following key dependencies:\n\n-   `@auth0/auth0-react`\n-   `@reduxjs/toolkit`\n-   `@tanstack/react-table`\n-   `axios`\n-   `bootstrap`\n-   `formik`\n-   `react`\n-   `react-bootstrap`\n-   `react-icons`\n-   `react-redux`\n-   `react-router-dom`\n-   `sass`\n-   `yup`\n\n\n## Docker Setup\n\nThis application can be easily containerized and deployed using Docker. Below are the steps to build and run the application using Docker, either by directly using the `Dockerfile` or with the help of `docker-compose`.\n\n### Method 1: Building and Running with Dockerfile\n\nYou can build a Docker image and run a container directly using the provided `Dockerfile`.\n\n#### Step 1: Build the Docker Image\n\nRun the following command in your terminal to build the Docker image:\n\n```bash\ndocker build -t ila-case-app .\n```\nThis command creates a Docker image named ila-case-app using the Dockerfile in the current directory.\n\n#### Step 2: Run the Docker Container\n\nAfter the image is built, you can run it as a container with the following command:\n\n```bash\ndocker run -p 3000:3000 ila-case-app\n```\nThis command runs the ila-case-app container, mapping port 3000 of the host machine to port 3000 of the container. You can access the application at http://localhost:3000.\n\n### Method 2: Using Docker Compose\n\nUse the following command to build and run the application:\n\n```bash\ndocker-compose up\n```\nThis command will build the Docker image and start the container according to the configuration in docker-compose.yml.\n\nOnce the setup is complete, the application will be accessible at http://localhost:3000.\n\n\n## License\n\nThis project is licensed under the MIT License. See the [LICENSE](LICENSE) file for details.\n\n\n## Author\n\nDeveloped by Dogan MERDEN. For any inquiries, please contact me at [merdendogan@proton.me](mailto:merdendogan@proton.me).\n\n-   Github: [adambornrepo](https://github.com/adambornrepo)\n-   Website: [Portfolio](https://doganmerden.vercel.app/)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fadambornrepo%2Fila-case-study","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fadambornrepo%2Fila-case-study","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fadambornrepo%2Fila-case-study/lists"}