Skip to content

Commit

Permalink
Merge pull request #320 from dhruv8433/profile-ui
Browse files Browse the repository at this point in the history
Profile UI
  • Loading branch information
pooranjoyb authored Aug 10, 2024
2 parents 8b720a9 + f3fe321 commit ab9efe1
Show file tree
Hide file tree
Showing 45 changed files with 4,716 additions and 1,280 deletions.
6 changes: 3 additions & 3 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,12 @@ Please describe the tests that you ran to verify your changes. Provide instructi

**_Test B Describe here (if Requred)_**

# Screenshorts and Vedios:
# Screenshots and Videos:

give screenshorts and vedio of the changes you made
Give screenshots and video of the changes you made

# Checklist:
give a X on it which is applicable
Give a X on, which is applicable

- [ ] My code follows the style guidelines of this project
- [ ] I have performed a self-review of my code
Expand Down
137 changes: 122 additions & 15 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,22 +4,129 @@ logs
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
lerna-debug.log*
.pnpm-debug.log*

node_modules
# Diagnostic reports (https://nodejs.org/api/report.html)
report.[0-9]*.[0-9]*.[0-9]*.[0-9]*.json

# Runtime data
pids
*.pid
*.seed
*.pid.lock

# Directory for instrumented libs generated by jscoverage/JSCover
lib-cov

# Coverage directory used by tools like istanbul
coverage
*.lcov

# nyc test coverage
.nyc_output

# Grunt intermediate storage (https://gruntjs.com/creating-plugins#storing-task-files)
.grunt

# Bower dependency directory (https://bower.io/)
bower_components

# node-waf configuration
.lock-wscript

# Compiled binary addons (https://nodejs.org/api/addons.html)
build/Release

# Dependency directories
node_modules/
jspm_packages/

# Snowpack dependency directory (https://snowpack.dev/)
web_modules/

# TypeScript cache
*.tsbuildinfo

# Optional npm cache directory
.npm

# Optional eslint cache
.eslintcache

# Optional stylelint cache
.stylelintcache

# Microbundle cache
.rpt2_cache/
.rts2_cache_cjs/
.rts2_cache_es/
.rts2_cache_umd/

# Optional REPL history
.node_repl_history

# Output of 'npm pack'
*.tgz

# Yarn Integrity file
.yarn-integrity

# dotenv environment variable files
.env
.env.development.local
.env.test.local
.env.production.local
.env.local

# parcel-bundler cache (https://parceljs.org/)
.cache
.parcel-cache

# Next.js build output
.next
out

# Nuxt.js build / generate output
.nuxt
dist
dist-ssr
*.local

# Editor directories and files
.vscode/*
!.vscode/extensions.json
.idea
.DS_Store
*.suo
*.ntvs*
*.njsproj
*.sln
*.sw?

# Gatsby files
.cache/
# Comment in the public line in if your project uses Gatsby and not Next.js
# https://nextjs.org/blog/next-9-1#public-directory-support
# public

# vuepress build output
.vuepress/dist

# vuepress v2.x temp and cache directory
.temp
.cache

# Docusaurus cache and generated files
.docusaurus

# Serverless directories
.serverless/

# FuseBox cache
.fusebox/

# DynamoDB Local files
.dynamodb/
.vercel
dist

# TernJS port file
.tern-port

# Stores VSCode versions used for testing VSCode extensions
.vscode-test

# yarn v2
.yarn/cache
.yarn/unplugged
.yarn/build-state.yml
.yarn/install-state.gz
.pnp.*
53 changes: 24 additions & 29 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,12 @@

<h1 align="center">🌟 PopShop 🌟 </h1>

<h1 align="center">🌟 PopShop 🌟</h1>
<div align="center">

<img style="width: 500px" alt="GSSoC" src="https://raw.githubusercontent.com/GirlScriptSummerOfCode/MentorshipProgram/master/GSsoc%20Type%20Logo%20Black.png#gh-light-mode-only">
<img style="width: 500px" alt="GSSoC" src="https://user-images.githubusercontent.com/63473496/213306279-338f7ce9-9a9f-4427-8c2a-3e344874498f.png#gh-dark-mode-only"/>

</div>

![PopShop](https://github.com/pooranjoyb/popShop/assets/90945182/c98bf68c-5531-4036-9dcd-ee0c2cf5efff)


![readme](https://github.com/harini-1597/popShop/blob/readme/public/images/readme.gif?raw=true)

<i>PopShop is an eCommerce Website based on React TypeScript and Daisy UI, integrating Supabase for Backend and Database.
The main aim of this project is to foster a collaborative community of creative individuals, where ideas grow and innovation flourishes. Whether you're a developer, designer, or simply someone passionate about projects, this repository provides an ideal platform to display your work and connect with others who share similar interests.
</i>
</div>
<br>

<div id="top">
Expand All @@ -35,10 +30,22 @@
</div>
<br>

## Description 🔖
PopShop is an eCommerce Website based on React TypeScript and Daisy UI, integrating Supabase for Backend and Database.
<div align="center">

## Tech Stack💻
![React](https://img.shields.io/badge/React-%2320232a.svg?style=for-the-badge&logo=react&logoColor=%2361DAFB)
![daisyUI](https://img.shields.io/badge/daisyUI-%232D3748?style=for-the-badge&logo=tailwind-css&logoColor=white)
![Supabase](https://img.shields.io/badge/Supabase-3ECF8E?style=for-the-badge&logo=supabase&logoColor=white)
![TypeScript](https://img.shields.io/badge/typescript-%23007ACC.svg?style=for-the-badge&logo=typescript&logoColor=white)
![TailwindCSS](https://img.shields.io/badge/tailwindcss-%2338B2AC.svg?style=for-the-badge&logo=tailwind-css&logoColor=white)
![HTML5](https://img.shields.io/badge/html5-%23E34F26.svg?style=for-the-badge&logo=html5&logoColor=white)
![CSS3](https://img.shields.io/badge/css3-%231572B6.svg?style=for-the-badge&logo=css3&logoColor=white)
![JavaScript](https://img.shields.io/badge/javascript-%23323330.svg?style=for-the-badge&logo=javascript&logoColor=%23F7DF1E)

The main aim of this project is to foster a collaborative community of creative individuals, where ideas grow and innovation flourishes. Whether you're a developer, designer, or simply someone passionate about projects, this repository provides an ideal platform to display your work and connect with others who share similar interests.
</div>
<br>

## Demo🎬

_**Sneak Peak of the project : [Youtube](https://www.youtube.com/watch?v=2R2ZEdpUx8Q&t=28s)**_

Expand All @@ -48,22 +55,14 @@ _*[Click here to view the development deployment](https://github.com/pooranjoyb/

## Key Features 📌

- eCommerce Shoping Website
- eCommerce Shopping Website
- User Authentication
- Seamless User Interface
- Open Source Community

## Tech Stacks used 💻:
- React TS
- TypeSCript
- Supabase (A Firebase Alternative)
- Daisy UI (A component library for Tailwind CSS)
- Tailwind CSS
- HTML, CSS, JS

## Getting Started 🚀

Follow the guidelines below to contribute to BeatBridge.
Follow the guidelines below to contribute to PopShop:

### Guidelines for Contributions

Expand All @@ -82,15 +81,11 @@ Please review our **[CODE OF CONDUCT](CODE_OF_CONDUCT.md)** before contributing.

This project is licensed under the **[MIT License](LICENSE)**

## 😍 Our Valuable Contributors
## Our Valuable Contributors 😍

Thanks to these wonderful people ✨

<a href="https://github.com/pooranjoyb/popShop/graphs/contributors">
<img src="https://contrib.rocks/image?repo=pooranjoyb/popShop" />
</a>

💙 Happy Contributions !! 💙



1 change: 1 addition & 0 deletions flow (1).json

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,6 @@
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
<script id="messenger-widget-b" src="https://cdn.botpenguin.com/website-bot.js" defer>668f8164113d5202a60f85bb,668f8107ec378f009cc2d72d</script>
</body>
</html>
Loading

0 comments on commit ab9efe1

Please sign in to comment.