{"id":23178368,"url":"https://github.com/mahmoudsaeedua74/e-commorce","last_synced_at":"2026-02-14T21:31:34.348Z","repository":{"id":268166262,"uuid":"903525781","full_name":"mahmoudsaeedua74/E-commorce","owner":"mahmoudsaeedua74","description":"This is a fully responsive E-Commerce website built with modern web technologies. The project includes essential features for an online shopping platform and delivers a seamless user experience across all devices.","archived":false,"fork":false,"pushed_at":"2024-12-14T23:41:40.000Z","size":2449,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-05T02:15:38.528Z","etag":null,"topics":["query","react","react-hooks","react-router","reactjs","tailwind-css","tailwindcss","tanstack-react-query","usequery"],"latest_commit_sha":null,"homepage":"https://e-commorce.vercel.app","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mahmoudsaeedua74.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-12-14T20:30:42.000Z","updated_at":"2025-03-13T10:48:57.000Z","dependencies_parsed_at":"2024-12-14T21:30:06.744Z","dependency_job_id":null,"html_url":"https://github.com/mahmoudsaeedua74/E-commorce","commit_stats":null,"previous_names":["mahmoudsaeedua74/e-commorce"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/mahmoudsaeedua74/E-commorce","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mahmoudsaeedua74%2FE-commorce","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mahmoudsaeedua74%2FE-commorce/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mahmoudsaeedua74%2FE-commorce/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mahmoudsaeedua74%2FE-commorce/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mahmoudsaeedua74","download_url":"https://codeload.github.com/mahmoudsaeedua74/E-commorce/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mahmoudsaeedua74%2FE-commorce/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279003726,"owners_count":26083610,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-10T02:00:06.843Z","response_time":62,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["query","react","react-hooks","react-router","reactjs","tailwind-css","tailwindcss","tanstack-react-query","usequery"],"created_at":"2024-12-18T07:10:31.320Z","updated_at":"2025-10-10T11:14:29.427Z","avatar_url":"https://github.com/mahmoudsaeedua74.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# E-Commerce Website\n\n## Project Overview\nThis is a fully responsive E-Commerce website built with modern web technologies. The project includes essential features for an online shopping platform and delivers a seamless user experience across all devices.\n\n## Features\n- **User Authentication**: Includes Login, Signup, and Reset Password functionalities.\n- **Wishlist**: Allows users to save their favorite products.\n- **Payment System**: Integrated to handle user payments.\n- **Shopping Cart**: Users can add, edit, and remove items in their cart.\n- **Order Management**: Displays all user orders.\n- **Product Listings**: Showcases products with sorting and filtering options.\n- **Responsive Design**: Ensures compatibility across all screen sizes.\n\n## Technologies Used\n- **React**: To build the user interface.\n- **Tailwind CSS**: For styling and responsive design.\n- **TanStack Query**: For efficient data fetching and state management.\n- **Context API**: For managing application state globally.\n\n## Installation and Setup\n1. Clone the repository:\n   ```bash\n   git clone \u003crepository-url\u003e\n   ```\n2. Navigate to the project directory:\n   ```bash\n   cd ecommerce-website\n   ```\n3. Install dependencies:\n   ```bash\n   npm install\n   ```\n4. Start the development server:\n   ```bash\n   npm start\n   ```\n5. Open the application in your browser at `http://localhost:3000`.\n\n## Folder Structure\n```\nsrc/\n├── components/       # Reusable components\n├── pages/            # Page components\n├── context/          # Context API for state management\n├── styles/           # Tailwind CSS styles\n└── index.js          # Entry point\n```\n\n## How It Works\n1. **Authentication**: Users can register, log in, or reset their password.\n2. **Product Management**: Products are displayed with sorting and filtering options for better browsing.\n3. **Shopping Flow**:\n   - Users can add products to their cart.\n   - The cart allows for item updates, and the total price is dynamically calculated.\n   - Payment integration ensures a smooth checkout experience.\n4. **Wishlist**: Users can save and manage favorite items.\n5. **Orders**: Displays a history of all user orders.\n\n## Screenshots\n\n![Screenshot 2024-12-14 215810](https://github.com/user-attachments/assets/68280885-57f6-4705-9244-5f16f4847003)\n\n![Screenshot 2024-12-14 215748](https://github.com/user-attachments/assets/62d70b60-16e3-47f6-9b4a-9eb9ea9b52dc)\n![Screenshot 2024-12-14 215702](https://github.com/user-attachments/assets/fd5784db-762d-455f-ac71-20fe9f90286a)\n\n\n## Contributing\nContributions are welcome! If you'd like to contribute, follow these steps:\n1. Fork the repository.\n2. Create a new branch:\n   ```bash\n   git checkout -b feature-name\n   ```\n3. Make your changes and commit them:\n   ```bash\n   git commit -m \"Add feature-name\"\n   ```\n4. Push to your branch:\n   ```bash\n   git push origin feature-name\n   ```\n5. Submit a pull request.\n\n## License\nThis project is licensed under the MIT License. See the LICENSE file for more details.\n\n---\n\nFeel free to reach out with any questions or feedback. Thank you for checking out my project!\n\n\n\n\n\n\n\n# React + Vite\n\nThis template provides a minimal setup to get React working in Vite with HMR and some ESLint rules.\n\nCurrently, two official plugins are available:\n\n- [@vitejs/plugin-react](https://github.com/vitejs/vite-plugin-react/blob/main/packages/plugin-react/README.md) uses [Babel](https://babeljs.io/) for Fast Refresh\n- [@vitejs/plugin-react-swc](https://github.com/vitejs/vite-plugin-react-swc) uses [SWC](https://swc.rs/) for Fast Refresh\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmahmoudsaeedua74%2Fe-commorce","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmahmoudsaeedua74%2Fe-commorce","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmahmoudsaeedua74%2Fe-commorce/lists"}