Skip to content

Commit

Permalink
Added framer
Browse files Browse the repository at this point in the history
  • Loading branch information
amosmachora committed Aug 30, 2022
1 parent 3779e2b commit 2c57fd8
Show file tree
Hide file tree
Showing 10 changed files with 545 additions and 36 deletions.
262 changes: 262 additions & 0 deletions package-lock.json

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

2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,11 @@
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^13.3.0",
"@testing-library/user-event": "^13.5.0",
"framer-motion": "^7.2.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-hook-form": "^7.34.2",
"react-intersection-observer": "^9.4.0",
"react-router-dom": "^6.3.0",
"react-scripts": "5.0.1",
"web-vitals": "^2.1.4"
Expand Down
4 changes: 4 additions & 0 deletions src/App.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
.App {
width: 100%;
overflow: hidden;
}
Binary file added src/Assets/Logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

1 comment on commit 2c57fd8

@vercel
Copy link

@vercel vercel bot commented on 2c57fd8 Aug 30, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

amosmachora – ./

amosmachora-amohprince.vercel.app
amosmachora-git-master-amohprince.vercel.app
amosmachora.vercel.app

Please sign in to comment.