https://github.com/kartikmehta8/clamp
Clamp - Simplifying crypto and DeFi
https://github.com/kartikmehta8/clamp
css html netlif reactjs redux
Last synced: 3 months ago
JSON representation
Clamp - Simplifying crypto and DeFi
- Host: GitHub
- URL: https://github.com/kartikmehta8/clamp
- Owner: kartikmehta8
- License: mit
- Created: 2023-05-05T05:10:49.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-05-10T06:13:04.000Z (about 2 years ago)
- Last Synced: 2025-01-16T05:55:24.298Z (4 months ago)
- Topics: css, html, netlif, reactjs, redux
- Language: CSS
- Homepage: https://clamp-kartik.netlify.app
- Size: 364 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
![]()
### Clamp - Simplifying crypto and DeFi
This repository consists of the clone of test.joinclamp.com/explore page built in `HTML, CSS & ReactJs`.### Folder Structure
```
+ public
- index.html
+ src
+ components
+ Footer
- Footer.js
- footer.css
+ Header
- Header.js
- header.css
+ Main
+ helpers
- ArrowUp.js
- Card.js
+ images
+ styles
- card.css
- main.css
- Main.js
+ NotificationBar
- Notification.js
- notification.css
+ ToggleButton
- Button.js
- toggleButton.css
+ constants
- data.js
- App.js
- index.css
- index.js
- store.js
- .gitignore
- LICENSE
- README.md
- package-lock.json
- package.json
```### Improvements
- Footer
- Dark/Light Mode
- `Connect Wallet` button shift
- Organized folder structure
- Redux state management### Other Frontend/Full Stack Related projects
- [My Portfolio Website](https://kartikmehta.xyz)
- [Codemania](https://github.com/kartikmehta8/codemania) - Codemania is an online compiler that provides code completion features using ChatGPT, analyzing results and statistics using tremor.so dashboard and YouTube video recommendation at a one-stop place with user authentication.
- [Movie Recommendation](https://github.com/kartikmehta8/movie-recommendation) - The website where users can search for various movies and get recommendations based on search results. The website is built using React integrated with Alan AI Voice assistant & the backend consists of a Cosine Algorithm based ML Model deployed using FastAPI.
- [MLH Project](https://github.com/kartikmehta8/MLH-Prep-Project) - MLH Prep Project for Pod 22.AUG.PREP.1 (Jekyll Jackals)