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

docs: Vaibhav-xt branch #115 #127

Closed
wants to merge 17 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
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
13 changes: 11 additions & 2 deletions GSSoC-CONTRIBUTORS.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,16 @@ Please add your name and college above if you are a contributor:

## Contributors

- [Kapil] \
College: Amity University, Noida, Uttar Pradesh
- Kapil \
Amity University, Noida, Uttar Pradesh
- Ridhiman Kaur Dhindsa \
IIT Guwahati
- Tushar Banik \
IIT Guwahati
- Shivani \
JSS Science and Technology University, Mysore
- Manash \
Nitte Meenakshi Institute of Technology, Bangalore
College: IIT Guwahati
- [Vaibhav Maurya](https://github.com/vaibhav-xt) \
College of Innovative Management & Science
27 changes: 15 additions & 12 deletions client/index.html
Original file line number Diff line number Diff line change
@@ -1,13 +1,16 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="./logo.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Stoccoin</title>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.jsx"></script>
</body>
</html>
<html lang="fr">

<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="./logo.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Stoccoin</title>
</head>

<body>
<div id="root"></div>
<script type="module" src="/src/main.jsx"></script>
</body>

</html>
149 changes: 148 additions & 1 deletion client/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,13 @@
"@headlessui/react": "^1.7.13",
"@heroicons/react": "^2.0.16",
"alpinejs": "^3.12.0",
"i18next": "^22.5.0",
"i18next-browser-languagedetector": "^7.0.1",
"i18next-http-backend": "^2.2.1",
"react": "^18.2.0",
"react-chartjs-2": "^5.2.0",
"react-dom": "^18.2.0",
"react-i18next": "^12.3.1",
"react-refresh": "^0.14.0"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions client/src/App.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ const App = () => {
<Pricing />
<Accordion />
<ContactForm />
<Footer />
<Footer />
</div>
)
}

export default App
export default App
Loading