Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jay-raam/volleyy
VolleyY is a dynamic web application designed for users to explore, cart and buy shoes and clothing. Combining an intuitive user interface with robust backend functionality, VolleyY delivers an engaging and seamless shopping experience.
https://github.com/jay-raam/volleyy
expressjs magicui mongo nextjs nodejs shadcn-ui tailwindcss
Last synced: about 1 month ago
JSON representation
VolleyY is a dynamic web application designed for users to explore, cart and buy shoes and clothing. Combining an intuitive user interface with robust backend functionality, VolleyY delivers an engaging and seamless shopping experience.
- Host: GitHub
- URL: https://github.com/jay-raam/volleyy
- Owner: Jay-Raam
- Created: 2024-09-07T12:41:21.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2024-09-18T04:47:46.000Z (about 2 months ago)
- Last Synced: 2024-10-13T03:21:12.470Z (about 1 month ago)
- Topics: expressjs, magicui, mongo, nextjs, nodejs, shadcn-ui, tailwindcss
- Language: TypeScript
- Homepage: https://volleyy-frontend.vercel.app/
- Size: 4.25 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## VolleyY — v1
Welcome to VolleyY! I’m Jayasriraam, a front-end Developer based in Chennai, and I’m thrilled to introduce my project.
VolleyY is a dynamic web application designed for users to explore, cart and buy clothing.
Combining an intuitive user interface with robust backend functionality, VolleyY delivers an engaging and seamless shopping experience.## Tech Stack
Client: Next.js, TailwindCSS, Shadcn UI, Magic UI, TypeScriptServer: Node.js, Express.js, MongoDB
Hosting: Vercel
## Screenshots & Demo
[View Live Demo](https://volleyy-frontend.vercel.app/)
## Problems & Solutions
Problem 1: Efficient Product Data Management
Challenge: Managing and displaying a wide array of product data effectively while ensuring fast load times and a responsive shopping experience.Solution: Utilized server-side rendering with Next.js to fetch and render product data before sending it to the client. Employed MongoDB for efficient data storage and management, coupled with caching mechanisms to minimize load times and enhance performance.
Problem 2: Responsive Design
Challenge: Ensuring the application is fully responsive and delivers a consistent experience across various devices and screen sizes.Solution: Applied TailwindCSS for a responsive design that adjusts seamlessly to different screen sizes. Leveraged Shadcn UI components for a consistent and accessible user interface, integrating flexible grid layouts, media queries, and accessibility best practices.
Problem 3: Real-Time Search and Filtering
Challenge: Implementing a swift search and filtering mechanism to help users quickly find products.Solution: Developed dynamic search functionality that updates results in real-time as users input search terms. Employed efficient querying techniques with MongoDB to handle search and filtering operations promptly, providing users with immediate feedback.
## Run Locally
Clone the project
```bash
git clone https://github.com/Jay-Raam/VolleyY.git
```Go to the project directory
Install dependencies
```bash
cd VolleyY
cd frontend
``````bash
npm install
```Start the server
```bash
npm run dev
```## Contributing & Usage
Feel free to use or adapt the front-end code for your own movie-related projects. I encourage you to customize the theme and components to fit your needs.
**Please note that the backend code is not included in this repository and should be used for reference only. If you choose to use same backend code, ensure that it is independently developed**.
The content of this application is tailored to movie enthusiasts and showcases various film-related features, showcase my skills also.Incase you have any questions or concerns, please feel free to reach out to me on [Instagram.](https://www.instagram.com/_ivanjay_/) I am always happy to help!
## License
[MIT](https://choosealicense.com/licenses/mit/)