{"id":25622655,"url":"https://github.com/edogola4/tinytots","last_synced_at":"2026-04-04T22:32:23.433Z","repository":{"id":276361880,"uuid":"929056086","full_name":"edogola4/TinyTots","owner":"edogola4","description":"A modern e-commerce platform specializing in eco-friendly children's clothing and women clothing too featuring immersive animations and responsive design.","archived":false,"fork":false,"pushed_at":"2025-08-21T09:34:36.000Z","size":22414,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-08-21T11:44:58.745Z","etag":null,"topics":["e-commerce","framer-motion","particles-js","react","react-router","reactjs","typed-js","ui"],"latest_commit_sha":null,"homepage":"https://tiny-tots-pied.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/edogola4.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,"zenodo":null}},"created_at":"2025-02-07T18:17:05.000Z","updated_at":"2025-08-21T09:34:39.000Z","dependencies_parsed_at":null,"dependency_job_id":"22cedbe8-b79a-47b4-a63c-7f35012d0898","html_url":"https://github.com/edogola4/TinyTots","commit_stats":null,"previous_names":["edogola4/tinytots"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/edogola4/TinyTots","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/edogola4%2FTinyTots","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/edogola4%2FTinyTots/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/edogola4%2FTinyTots/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/edogola4%2FTinyTots/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/edogola4","download_url":"https://codeload.github.com/edogola4/TinyTots/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/edogola4%2FTinyTots/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31416770,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-04T20:09:54.854Z","status":"ssl_error","status_checked_at":"2026-04-04T20:09:44.350Z","response_time":60,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["e-commerce","framer-motion","particles-js","react","react-router","reactjs","typed-js","ui"],"created_at":"2025-02-22T10:20:07.597Z","updated_at":"2026-04-04T22:32:23.407Z","avatar_url":"https://github.com/edogola4.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# TinyTots Boutique 👶\n\n![React](https://img.shields.io/badge/react-%2320232a.svg?style=for-the-badge\u0026logo=react\u0026logoColor=%2361DAFB)\n![Styled Components](https://img.shields.io/badge/styled--components-DB7093?style=for-the-badge\u0026logo=styled-components\u0026logoColor=white)\n![Redux](https://img.shields.io/badge/redux-%23593d88.svg?style=for-the-badge\u0026logo=redux\u0026logoColor=white)\n![Framer Motion](https://img.shields.io/badge/framer%20motion-%23000000.svg?style=for-the-badge\u0026logo=framer\u0026logoColor=white)\n\nA modern, responsive e-commerce platform specializing in eco-friendly children's and women's fashion. Built with React and featuring smooth animations, this platform offers a delightful shopping experience with real-time interactions and intuitive navigation.\n\n## 🖼️ Screenshots\n\n| Feature | Preview |\n|---------|---------|\n| **Home Page** | ![Home Page](public/screenshots/home-page.png) |\n| **Products Page** | ![Products Page](public/screenshots/products-page.png) |\n| **Navigation** | ![Navbar](public/screenshots/story.png) |\n\n## ✨ Features\n\n- 🌟 **Immersive Experience**\n  - Dynamic hero section with time-based greetings\n  - Smooth page transitions and micro-interactions\n  - Animated loading states for better perceived performance\n\n- 🛍️ **E-commerce Functionality**\n  - Product browsing with filtering options\n  - Shopping cart management\n  - Responsive design across all devices\n\n- 🎨 **UI/UX Highlights**\n  - Modern, clean interface with gradient themes\n  - Intuitive navigation and clear CTAs\n  - Accessible and keyboard-navigable components\n\n- 🚀 **Technical Features**\n  - State management with Redux Toolkit\n  - Responsive layout with mobile-first approach\n  - Optimized performance with code splitting\n  - Live chat support integration\n\n## 🚀 Getting Started\n\n### Prerequisites\n- Node.js (v14 or later)\n- npm (v6 or later) or Yarn\n\n### Installation\n\n1. **Clone the repository**\n   ```bash\n   git clone https://github.com/edogola4/tinytots-boutique.git\n   cd tinytots-boutique\n   ```\n\n2. **Install dependencies**\n   ```bash\n   npm install\n   # or\n   yarn install\n   ```\n\n3. **Start the development server**\n   ```bash\n   npm start\n   # or\n   yarn start\n   ```\n\n4. **Open in browser**\n   The application will be available at [http://localhost:3000](http://localhost:3000)\n\n### Backend Setup\n\n1. **Navigate to the server directory**\n   ```bash\n   cd server\n   ```\n\n2. **Install dependencies**\n   ```bash\n   npm install\n   # or\n   yarn install\n   ```\n\n3. **Set up environment variables**\n   - Create a `.env` file in the `server` directory\n   - Add the following variables:\n     ```\n     PORT=5000\n     MONGODB_URI=your_mongodb_connection_string\n     JWT_SECRET=your_jwt_secret\n     ```\n\n4. **Start the backend server**\n   ```bash\n   npm run dev\n   # or\n   yarn dev\n   ```\n   The API will be available at [http://localhost:5000](http://localhost:5000)\n\n## 🛠️ Technologies Used\n\n| Category | Technologies |\n|----------|--------------|\n| **Core** | React 18, React Router 6 |\n| **Backend** | Node.js, Express, MongoDB, JWT |\n| **Styling** | styled-components, CSS3 |\n| **State Management** | Redux Toolkit |\n| **Animations** | Framer Motion |\n| **UI Components** | React Icons, React Hot Toast |\n| **Analytics** | Vercel Analytics |\n| **Chat** | Tawk.to |\n\n## 📁 Project Structure\n\n```\ntinytots-boutique/\n├── server/                 # Backend server\n│   ├── src/\n│   │   ├── config/        # Configuration files\n│   │   ├── controllers/   # Request handlers\n│   │   ├── middleware/    # Custom middleware\n│   │   ├── models/        # Database models\n│   │   ├── routes/        # API routes\n│   │   └── utils/         # Utility functions\n│   ├── server.js          # Entry point\n│   └── package.json       # Backend dependencies\n├── public/                # Static files\n├── src/\n│   ├── assets/            # Images, fonts, and other static assets\n│   ├── components/        # Reusable UI components\n│   │   ├── common/       # Shared components\n│   │   ├── layout/       # Layout components\n│   │   └── ui/           # Basic UI elements\n│   ├── pages/            # Page components\n│   ├── redux/            # Redux store and slices\n│   ├── styles/           # Global styles and theme\n│   ├── utils/            # Utility functions\n│   ├── App.jsx           # Main application component\n│   └── index.js          # Application entry point\n├── server/\n│   ├── src/\n│   │   ├── config/       # Configuration files\n│   │   ├── controllers/ # Request handlers\n│   │   ├── middleware/  # Custom middleware\n│   │   ├── models/      # Database models\n│   │   ├── routes/      # API routes\n│   │   └── utils/       # Utility functions\n│   ├── server.js        # Entry point\n│   └── package.json     # Dependencies and scripts\n├── .gitignore\n├── package.json\n└── README.md\n```\n\n## 🔧 Configuration\n\n### Environment Variables\nCreate a `.env` file in the root directory and add the following:\n\n```env\nREACT_APP_TAWK_TO_WIDGET_ID=your_tawk_to_widget_id\n```\n\n### API Integration\nThis project uses the [Fake Store API](https://fakestoreapi.com/) for demonstration purposes. For production, replace with your own API endpoints in the API service files.\n\n## 🤝 Contributing\n\nWe welcome contributions! Here's how you can help:\n\n1. Fork the repository\n2. Create a feature branch: `git checkout -b feature/your-feature-name`\n3. Commit your changes: `git commit -m 'Add some amazing feature'`\n4. Push to the branch: `git push origin feature/your-feature-name`\n5. Open a pull request\n\nPlease make sure to follow the existing code style and add tests if applicable.\n\n## 📄 License\n\nThis project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.\n\n## 🙏 Acknowledgments\n\n- [Fake Store API](https://fakestoreapi.com/) for providing mock product data\n- [React Community](https://reactjs.org/community/support.html) for the amazing ecosystem\n- [Framer Motion](https://www.framer.com/motion/) for the smooth animations\n- [Tawk.to](https://www.tawk.to/) for the live chat functionality\n- All contributors who have helped improve this project\n\n---\n\n\u003cdiv align=\"center\"\u003e\n  Made with ❤️ by brandon | 🌟 Star this project on [GitHub](https://github.com/edogola4/tinytots-boutique)\n\u003c/div\u003e","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fedogola4%2Ftinytots","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fedogola4%2Ftinytots","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fedogola4%2Ftinytots/lists"}