Skip to content

Commit b0752bf

Browse files
feat: Update readme to add tech stack
1 parent f8ef577 commit b0752bf

File tree

3 files changed

+16
-6
lines changed

3 files changed

+16
-6
lines changed

.eslintrc.cjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,6 @@ module.exports = {
3232
"react/jsx-pascal-case": ["error", { allowAllCaps: true }],
3333
"no-console": "error",
3434
"import/no-extraneous-dependencies": ["error", { devDependencies: true }],
35-
"prettier/prettier": ["error", { singleQuote: false }],
35+
"prettier/prettier": "off",
3636
},
3737
};

.prettierrc

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"singleQuote": false,
3+
"trailingComma": "all",
4+
"tabWidth": 2,
5+
"endOfLine": "auto"
6+
}

README.md

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,12 @@
1-
# React + Vite
1+
# CodeX Website
22

3-
This template provides a minimal setup to get React working in Vite with HMR and some ESLint rules.
3+
This is the official website of CodeX Club, SIT.
44

5-
Currently, two official plugins are available:
5+
### Tech Stack
66

7-
- [@vitejs/plugin-react](https://github.com/vitejs/vite-plugin-react/blob/main/packages/plugin-react/README.md) uses [Babel](https://babeljs.io/) for Fast Refresh
8-
- [@vitejs/plugin-react-swc](https://github.com/vitejs/vite-plugin-react-swc) uses [SWC](https://swc.rs/) for Fast Refresh
7+
- HTML, CSS, JavaScript
8+
- React
9+
- Tailwind CSS
10+
- Firebase
11+
12+
### Contributors

0 commit comments

Comments
 (0)