Skip to content

Commit

Permalink
Merge pull request #122 from osc-vitap/revert-121-main
Browse files Browse the repository at this point in the history
Revert "Major front end rework, moving to svelte."
  • Loading branch information
fullmeteor172 committed Oct 24, 2023
2 parents 3f14237 + 8858f67 commit 91f8e98
Show file tree
Hide file tree
Showing 53 changed files with 10,066 additions and 3,678 deletions.
1 change: 1 addition & 0 deletions .data/complete-data.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
[{"github-username": "blazenn2", "favourite-game": "Far Cry 5", "favourite-language": "JavaScript", "favourite-color": "#000000"}, {"github-username": "fullmeteor172", "favourite-game": "NFSU2 Internation Edition", "favourite-language": "brainf*ck", "favourite-color": "#2b2b2b"}, {"github-username": "maximiliankerling", "favourite-game": "chess", "favourite-language": "javascript", "favourite-color": "#FFFFFF"}, {"github-username": "utku-13", "favourite-game": "League of Legends", "favourite-language": "Python", "favourite-color": "#EA3C16"}, {"github-username": "Praneesh-Sharma", "favourite-game": "Tennis", "favourite-language": "PYTHON", "favourite-color": "beige"}, {"github-username": "Mihika1708", "favourite-game": "Sudoku", "favourite-language": "Python", "favourite-color": "#FFFFFF"}, {"github-username": "pzaldivar", "favourite-game": "Pokemon", "favourite-language": "JavaScript", "favourite-color": "#FFC4E4"}, {"github-username": "mishrade", "favourite-game": "Cricket", "favourite-language": "Solidity", "favourite-color": "#ff9ecf"}, {"github-username": "MohamadShukry", "favourite-game": "Pubg", "favourite-language": "Java", "favourite-color": "#FFFFFF"}, {"github-username": "officialakhil", "favourite-game": "Valorant", "favourite-language": "Python", "favourite-color": "#00FFFF"}, {"github-username": "WesternVamp", "favourite-game": "Final Fantasy XIV", "favourite-language": "Javascript", "favourite-color": "#DC143C"}, {"github-username": "KyloRen04", "favourite-game": "Fall Guys", "favourite-language": "JavaScript", "favourite-color": "#2c3e50"}, {"github-username": "ketanjain113", "favourite-game": "Valorant", "favourite-language": "Python", "favourite-color": "#68d6ff"}, {"github-username": "chhetri28", "favourite-game": "Chess", "favourite-language": "Java", "favourite-color": "#FF0000"}, {"github-username": "0xNunana", "favourite-game": "Need For Speed", "favourite-language": "JavaScript", "favourite-color": "#ff4040"}, {"github-username": "Akhdanmuafa", "favourite-game": "Clash of Clans", "favourite-language": "Python", "favourite-color": "#DB1514"}, {"github-username": "saipranay47", "favourite-game": "Valorant", "favourite-language": "Javascript", "favourite-color": "#FF5733"}, {"github-username": "Rahul-Alokkan", "favourite-game": "Valorant", "favourite-language": "Java", "favourite-color": "#EA3C16"}, {"github-username": "sofyanmoch", "favourite-game": "PES", "favourite-language": "Java", "favourite-color": "#EA3C16"}, {"github-username": "Abhigyan103", "favourite-game": "Valorant", "favourite-language": "Java", "favourite-color": "#68d6ff"}, {"github-username": "anoniz", "favourite-game": "chess", "favourite-language": "JavaSxript", "favourite-color": "#FFFFFF"}]
2 changes: 1 addition & 1 deletion contributors/0xNunana.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
"favourite-game": "Need For Speed",
"favourite-language": "JavaScript",
"favourite-color": "#ff4040"
}
}
File renamed without changes.
2 changes: 1 addition & 1 deletion contributors/Praneesh-Sharma.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"github-username": "Praneesh-Sharma",
"favourite-game": "Tennis",
"favourite-language": "Python",
"favourite-language": "PYTHON",
"favourite-color": "beige"
}
2 changes: 1 addition & 1 deletion contributors/fullmeteor172.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"github-username": "fullmeteor172",
"favourite-game": "NFSU2",
"favourite-game": "NFSU2 Internation Edition",
"favourite-language": "brainf*ck",
"favourite-color": "#2b2b2b"
}
8 changes: 4 additions & 4 deletions contributors/maximiliankerling.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"github-username": "maximiliankerling",
"favourite-game": "chess",
"favourite-language": "javascript",
"favourite-color": "#FFFFFF"
"github-username": "maximiliankerling",
"favourite-game": "chess",
"favourite-language": "javascript",
"favourite-color": "#FFFFFF"
}
6 changes: 0 additions & 6 deletions package-lock.json

This file was deleted.

10 changes: 0 additions & 10 deletions website/.gitignore

This file was deleted.

1 change: 0 additions & 1 deletion website/.npmrc

This file was deleted.

42 changes: 6 additions & 36 deletions website/README.md
Original file line number Diff line number Diff line change
@@ -1,38 +1,8 @@
# create-svelte
# Welcome to Hacktober!
If you're looking at this section, chances are that you wanted to know how the website functions.

Everything you need to build a Svelte project, powered by [`create-svelte`](https://github.com/sveltejs/kit/tree/master/packages/create-svelte).
This is a React application, which was made to dynamically parse through the JSON file which contains information provided by the users who send in PRs!
Upon parsing the JSON file, we create cards for each individual user and display it in the webpage.

## Creating a project

If you're seeing this, you've probably already done this step. Congrats!

```bash
# create a new project in the current directory
npm create svelte@latest

# create a new project in my-app
npm create svelte@latest my-app
```

## Developing

Once you've created a project and installed dependencies with `npm install` (or `pnpm install` or `yarn`), start a development server:

```bash
npm run dev

# or start the server and open the app in a new browser tab
npm run dev -- --open
```

## Building

To create a production version of your app:

```bash
npm run build
```

You can preview the production build with `npm run preview`.

> To deploy your app, you may need to install an [adapter](https://kit.svelte.dev/docs/adapters) for your target environment.
We recommend that you go through the workflow that builds all the PR merged JSON files into a single file, and then the application which utilizes it to create cards.
Happy Hacking!
17 changes: 0 additions & 17 deletions website/jsconfig.json

This file was deleted.

Loading

0 comments on commit 91f8e98

Please sign in to comment.