Skip to content

Commit

Permalink
Feat landing page (#13)
Browse files Browse the repository at this point in the history
* add: landing page

* add: tests

* fix: z-index, and definition

* fix: scroll issue

* fix: tests

* fix: formating

* fix: build failing issue

* nit: refactor code and add: a test suite to test if element is null

---------

Co-authored-by: Lakshay Manchanda <45519620+lakshayman@users.noreply.github.com>
  • Loading branch information
MehulKChaudhari and lakshayman authored Dec 5, 2024
1 parent 7d7a6ce commit ad7d989
Show file tree
Hide file tree
Showing 15 changed files with 600 additions and 31 deletions.
8 changes: 7 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,10 @@ dist-ssr
*.sw?

# Coverage directory used by tools like istanbul
coverage
coverage

# TypeScript
*.tsbuildinfo

vite.config.js
vite.config.d.ts
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
"test:coverage": "vitest run --coverage"
},
"dependencies": {
"framer-motion": "^11.11.17",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-router-dom": "^6.28.0"
Expand All @@ -24,6 +25,8 @@
"@eslint/js": "^9.14.0",
"@testing-library/jest-dom": "^6.6.3",
"@testing-library/react": "^16.0.1",
"@types/jest": "^29.5.14",
"@types/node": "^22.9.3",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@typescript-eslint/eslint-plugin": "^8.13.0",
Expand Down
Loading

0 comments on commit ad7d989

Please sign in to comment.