Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

React frontend to SDT #235

Open
wants to merge 27 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
27 commits
Select commit Hold shift + click to select a range
c644360
added cors
Apurv428 Jul 9, 2024
189d4cb
minor change
Apurv428 Jul 9, 2024
0e58e0f
minor change
Apurv428 Jul 9, 2024
9c0cc33
updated react frontend
Apurv428 Jul 15, 2024
baf3d3e
Merge pull request #221 from Apurv428/cors
Apurv428 Jul 15, 2024
e481624
connected to API
Apurv428 Jul 16, 2024
d13dced
Merge branch 'react-frontend' of https://github.com/openmainframeproj…
Apurv428 Jul 16, 2024
2a770b1
refactored search results
Apurv428 Jul 23, 2024
eeffa4a
added os list
Apurv428 Jul 23, 2024
a6bb22a
made responsive and enhanced the user experience
Apurv428 Jul 30, 2024
4cfc103
responsive frontend for smaller screens, removed overflow
deveshidwivedi Aug 15, 2024
6185106
refine package based on name/version
deveshidwivedi Aug 15, 2024
56d4b05
dynamic generation of bit flag via api
deveshidwivedi Aug 16, 2024
070f5f0
search results and faqs made responsive
deveshidwivedi Aug 18, 2024
c62a129
minor ui updates
deveshidwivedi Aug 20, 2024
807c340
implemented filter based on distributions
deveshidwivedi Aug 20, 2024
7b1b2f6
fetch all distributions
deveshidwivedi Aug 20, 2024
60113f1
navbar and faq tweaks
deveshidwivedi Aug 20, 2024
8b062aa
Updated to show count of results along with distribution
deveshidwivedi Aug 21, 2024
b23b10c
Merge pull request #231 from deveshidwivedi/ft-filter
rachejazz Aug 21, 2024
d646acc
search functionality for individual distributions
deveshidwivedi Aug 28, 2024
3362d32
Merge branch 'react-frontend' into ft-search
deveshidwivedi Aug 28, 2024
d0bdd08
Merge pull request #232 from deveshidwivedi/ft-search
deveshidwivedi Aug 28, 2024
5b3cc10
updated Navbar.jsx
Apurv428 Aug 29, 2024
1a69601
updates related to search components
deveshidwivedi Aug 30, 2024
eddefca
Merge pull request #233 from deveshidwivedi/ft-count
deveshidwivedi Aug 30, 2024
5b13bd6
added env variable
Apurv428 Aug 31, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions react-frontend/.env.example
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
REACT_APP_API_URL='http://localhost:80/sdt'
18,452 changes: 18,452 additions & 0 deletions react-frontend/package-lock.json

Large diffs are not rendered by default.

52 changes: 52 additions & 0 deletions react-frontend/package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,52 @@
{
"name": "sdt-veryfinal",
"version": "0.1.0",
"private": true,
"dependencies": {
"@emotion/react": "^11.13.0",
"@emotion/styled": "^11.13.0",
"@mui/icons-material": "^5.16.4",
"@mui/material": "^5.16.4",
"@testing-library/jest-dom": "^5.17.0",
"@testing-library/react": "^13.4.0",
"@testing-library/user-event": "^13.5.0",
"prop-types": "^15.8.1",
"react": "^18.2.0",
"react-alice-carousel": "^2.9.1",
"react-dom": "^18.2.0",
"react-icons": "^5.2.1",
"react-paginate": "^8.2.0",
"react-router-dom": "^6.24.0",
"react-scripts": "5.0.1",
"react-slick": "^0.30.2",
"styled-components": "^6.1.11",
"web-vitals": "^2.1.4"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"tailwindcss": "^3.4.4"
}
}
6 changes: 6 additions & 0 deletions react-frontend/postcss.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
module.exports = {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
}
43 changes: 43 additions & 0 deletions react-frontend/public/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<link rel="icon" href="%PUBLIC_URL%/favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="theme-color" content="#000000" />
<meta
name="description"
content="Web site created using create-react-app"
/>
<link rel="apple-touch-icon" href="%PUBLIC_URL%/logo192.png" />
<!--
manifest.json provides metadata used when your web app is installed on a
user's mobile device or desktop. See https://developers.google.com/web/fundamentals/web-app-manifest/
-->
<link rel="manifest" href="%PUBLIC_URL%/manifest.json" />
<!--
Notice the use of %PUBLIC_URL% in the tags above.
It will be replaced with the URL of the `public` folder during the build.
Only files inside the `public` folder can be referenced from the HTML.
Unlike "/favicon.ico" or "favicon.ico", "%PUBLIC_URL%/favicon.ico" will
work correctly both with client-side routing and a non-root public URL.
Learn how to configure a non-root public URL by running `npm run build`.
-->
<title>React App</title>
</head>
<body>
<noscript>You need to enable JavaScript to run this app.</noscript>
<div id="root"></div>
<!--
This HTML file is a template.
If you open it directly in the browser, you will see an empty page.
You can add webfonts, meta tags, or analytics to this file.
The build step will place the bundled scripts into the <body> tag.
To begin the development, run `npm start` or `yarn start`.
To create a production bundle, use `npm run build` or `yarn build`.
-->
</body>
</html>
Loading