Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
64 commits
Select commit Hold shift + click to select a range
c35002d
Update folder structure
kaurmanjot20 Jun 25, 2024
99668f0
Refactor Code
akarsh911 Jun 25, 2024
0b82fa8
test commit
akarsh911 Jun 25, 2024
811fd97
config
ishan-xy Jun 25, 2024
579aa34
urls
ishan-xy Jun 25, 2024
c831351
urls
ishan-xy Jun 25, 2024
7c5ef29
app.js
ishan-xy Jun 25, 2024
4e42210
update URL
akarsh911 Jun 25, 2024
2739988
testing
akarsh911 Jun 25, 2024
9e7507f
added redirect rules
akarsh911 Jun 25, 2024
a7ee515
moved redirects file
akarsh911 Jun 25, 2024
fc1fac4
test
akarsh911 Jun 25, 2024
e302d19
test
akarsh911 Jun 25, 2024
2b4535e
add logout & css changes
kaurmanjot20 Jul 10, 2024
ca1f57b
fixed wrong redirects, and api requests
ishan-xy Jul 10, 2024
bb2a7f1
ui update
kaurmanjot20 Jul 11, 2024
071c8ab
redirect to login if unauthorized
ishan-xy Jul 11, 2024
4b27f60
username page update
kaurmanjot20 Jul 11, 2024
0df3260
Merge branch 'dev-frontend' of https://github.com/creative-computing-…
kaurmanjot20 Jul 11, 2024
7b2df82
username entry
ishan-xy Jul 11, 2024
307cd98
username page ui update
kaurmanjot20 Jul 11, 2024
6e5b14c
Merge branch 'dev-frontend' of https://github.com/creative-computing-…
kaurmanjot20 Jul 11, 2024
b572a46
app.js changes
kaurmanjot20 Jul 11, 2024
6a2f4da
input fields update
kaurmanjot20 Jul 12, 2024
21464ee
token retrieval and redirects update
kaurmanjot20 Jul 12, 2024
bbb6dda
minor fix
kaurmanjot20 Jul 12, 2024
63f6fa7
username page css update
kaurmanjot20 Jul 13, 2024
c433215
added console logs for debugging
kaurmanjot20 Jul 13, 2024
2476f99
profile navigation fix
kaurmanjot20 Jul 19, 2024
de79a43
profile page changes
kaurmanjot20 Jul 19, 2024
0267f01
add confirmation popup
kaurmanjot20 Jul 21, 2024
e580444
update confirmation popup
kaurmanjot20 Jul 21, 2024
fdc3410
Merge pull request #11 from creative-computing-society/dev-frontend
akarsh911 Aug 14, 2024
ca89b15
updated client
akarsh911 Aug 14, 2024
94a1195
profile css fix
kaurmanjot20 Aug 23, 2024
7424c2d
responsive fix
kaurmanjot20 Aug 25, 2024
17916f0
add async/await for login process
kaurmanjot20 Aug 25, 2024
102efa1
leaderboard and navbar update
kaurmanjot20 Aug 25, 2024
fd7861b
redirect
ishan-xy Aug 25, 2024
4a12ece
config
ishan-xy Aug 26, 2024
ae99586
Merge branch 'deployment-frontend' into dev-frontend
ishan-xy Aug 26, 2024
40f2e21
callback
ishan-xy Aug 26, 2024
72683b7
Merge pull request #14 from creative-computing-society/dev-frontend
ishan-xy Aug 26, 2024
e96feec
Revert "config"
ishan-xy Aug 26, 2024
cc0a16b
Merge pull request #15 from creative-computing-society/dev-frontend
ishan-xy Aug 26, 2024
cb66872
username entry page css fix
kaurmanjot20 Sep 3, 2024
cca372e
remove the console logs
kaurmanjot20 Sep 3, 2024
5a20d86
favicon
ishan-xy Sep 5, 2024
12d555f
Merge pull request #17 from creative-computing-society/dev-frontend
ishan-xy Sep 5, 2024
99172f6
update icon
kaurmanjot20 Sep 11, 2024
30ae903
Fix file paths
kaurmanjot20 Sep 11, 2024
3c7c34e
icon update
kaurmanjot20 Sep 11, 2024
ea91e3a
login and usernameEntry css fix
kaurmanjot20 Oct 9, 2024
67b9703
Merge pull request #18 from creative-computing-society/dev-frontend
ishan-xy Oct 9, 2024
806322d
css factor
kaurmanjot20 Oct 10, 2024
ae7c00d
Merge pull request #19 from creative-computing-society/dev-frontend
ishan-xy Oct 10, 2024
66720a1
callback
ishan-xy Oct 11, 2024
1f490ac
callback
ishan-xy Oct 11, 2024
2f48d1d
Merge pull request #20 from creative-computing-society/dev-frontend
ishan-xy Oct 11, 2024
6df3604
changed server url
ishan-xy Oct 13, 2024
cb15a3f
changed server url
ishan-xy Oct 13, 2024
f74c265
Merge pull request #22 from creative-computing-society/dev-frontend
ishan-xy Oct 13, 2024
7912905
displays all hw question
ishan-xy Jan 21, 2025
50a1669
back to same
ishan-xy Jan 21, 2025
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
27 changes: 25 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,25 @@
.env
.venv
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.

# dependencies
/node_modules
/.pnp
.pnp.js

# testing
/coverage

# production
/build

# misc
.DS_Store
.env.local
.env.development.local
.env.test.local
.env.production.local

npm-debug.log*
yarn-debug.log*
yarn-error.log*

.env
71 changes: 70 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1,70 @@
# communityLeaderboard
# Getting Started with Create React App

This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app).

## Available Scripts

In the project directory, you can run:

### `npm start`

Runs the app in the development mode.\
Open [http://localhost:3000](http://localhost:3000) to view it in your browser.

The page will reload when you make changes.\
You may also see any lint errors in the console.

### `npm test`

Launches the test runner in the interactive watch mode.\
See the section about [running tests](https://facebook.github.io/create-react-app/docs/running-tests) for more information.

### `npm run build`

Builds the app for production to the `build` folder.\
It correctly bundles React in production mode and optimizes the build for the best performance.

The build is minified and the filenames include the hashes.\
Your app is ready to be deployed!

See the section about [deployment](https://facebook.github.io/create-react-app/docs/deployment) for more information.

### `npm run eject`

**Note: this is a one-way operation. Once you `eject`, you can't go back!**

If you aren't satisfied with the build tool and configuration choices, you can `eject` at any time. This command will remove the single build dependency from your project.

Instead, it will copy all the configuration files and the transitive dependencies (webpack, Babel, ESLint, etc) right into your project so you have full control over them. All of the commands except `eject` will still work, but they will point to the copied scripts so you can tweak them. At this point you're on your own.

You don't have to ever use `eject`. The curated feature set is suitable for small and middle deployments, and you shouldn't feel obligated to use this feature. However we understand that this tool wouldn't be useful if you couldn't customize it when you are ready for it.

## Learn More

You can learn more in the [Create React App documentation](https://facebook.github.io/create-react-app/docs/getting-started).

To learn React, check out the [React documentation](https://reactjs.org/).

### Code Splitting

This section has moved here: [https://facebook.github.io/create-react-app/docs/code-splitting](https://facebook.github.io/create-react-app/docs/code-splitting)

### Analyzing the Bundle Size

This section has moved here: [https://facebook.github.io/create-react-app/docs/analyzing-the-bundle-size](https://facebook.github.io/create-react-app/docs/analyzing-the-bundle-size)

### Making a Progressive Web App

This section has moved here: [https://facebook.github.io/create-react-app/docs/making-a-progressive-web-app](https://facebook.github.io/create-react-app/docs/making-a-progressive-web-app)

### Advanced Configuration

This section has moved here: [https://facebook.github.io/create-react-app/docs/advanced-configuration](https://facebook.github.io/create-react-app/docs/advanced-configuration)

### Deployment

This section has moved here: [https://facebook.github.io/create-react-app/docs/deployment](https://facebook.github.io/create-react-app/docs/deployment)

### `npm run build` fails to minify

This section has moved here: [https://facebook.github.io/create-react-app/docs/troubleshooting#npm-run-build-fails-to-minify](https://facebook.github.io/create-react-app/docs/troubleshooting#npm-run-build-fails-to-minify)
25 changes: 0 additions & 25 deletions client/.gitignore

This file was deleted.

70 changes: 0 additions & 70 deletions client/README.md

This file was deleted.

25 changes: 0 additions & 25 deletions client/public/manifest.json

This file was deleted.

Loading