45 | Artist 46 |
47 | 75 |art | 1 piece
77 |├── src
├── components
│ ├── Designs.css
│ ├── Details.css
│ ├── Activities2.css
│ ├── Designs.js
│ ├── Details.js
│ ├── Activities2.js
│ ├── About.js
│ ├── Navbar.js
│ ├── Footer.js
│ ├── About.css
│ ├── Navbar.css
│ ├── Footer.css
│ ├── Contact.css
│ ├── Contact.js
│ ├── Activities.css
│ └── Activities.js
├── assets
│ └── file.jpg
├── setupTests.js
├── App.test.js
├── routes
│ ├── About.js
│ ├── Contact.js
│ ├── Designs.js
│ ├── Activities.js
│ └── Home.js
├── reportWebVitals.js
├── index.js
├── App.js
└── index.css
├── .gitignore
├── public
├── favicon.ico
├── logo192.png
├── logo512.png
├── robots.txt
├── images
│ └── heroBg.jpg
├── manifest.json
└── index.html
├── server
├── package.json
└── index.js
├── package.json
├── LICENSE
└── README.md
/src/components/Designs.css:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/.gitignore:
--------------------------------------------------------------------------------
1 | node_modules
2 | build
--------------------------------------------------------------------------------
/src/components/Details.css:
--------------------------------------------------------------------------------
1 | .details {
2 | background-color: red;
3 | }
4 |
--------------------------------------------------------------------------------
/src/components/Activities2.css:
--------------------------------------------------------------------------------
1 | .activities2 {
2 | background-color: olive;
3 | }
4 |
--------------------------------------------------------------------------------
/public/favicon.ico:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ZEviod/open-source-mern/HEAD/public/favicon.ico
--------------------------------------------------------------------------------
/public/logo192.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ZEviod/open-source-mern/HEAD/public/logo192.png
--------------------------------------------------------------------------------
/public/logo512.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ZEviod/open-source-mern/HEAD/public/logo512.png
--------------------------------------------------------------------------------
/public/robots.txt:
--------------------------------------------------------------------------------
1 | # https://www.robotstxt.org/robotstxt.html
2 | User-agent: *
3 | Disallow:
4 |
--------------------------------------------------------------------------------
/src/assets/file.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ZEviod/open-source-mern/HEAD/src/assets/file.jpg
--------------------------------------------------------------------------------
/public/images/heroBg.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ZEviod/open-source-mern/HEAD/public/images/heroBg.jpg
--------------------------------------------------------------------------------
/src/setupTests.js:
--------------------------------------------------------------------------------
1 | // jest-dom adds custom jest matchers for asserting on DOM nodes.
2 | // allows you to do things like:
3 | // expect(element).toHaveTextContent(/react/i)
4 | // learn more: https://github.com/testing-library/jest-dom
5 | import '@testing-library/jest-dom';
6 |
--------------------------------------------------------------------------------
/src/App.test.js:
--------------------------------------------------------------------------------
1 | import { render, screen } from '@testing-library/react';
2 | import App from './App';
3 |
4 | test('renders learn react link', () => {
5 | render( I am design I am Details I am details of activities2
11 | Lorem ipsum dolor sit amet, consectetur adipisicing elit. Neque quae 12 | reiciendis eius et libero harum aliquid voluptatibus cum nihil 13 | tenetur molestias numquam perspiciatis, pariatur placeat corrupti 14 | beatae consequatur ducimus odit laborum laudantium, quis quia. 15 |
16 |77 | Email, call, or complete the form to learn how Personal Finance 78 | Tracker can solve your messaging problem. 79 |
80 |81 | hello@OpenSourceMern.in 82 |
83 |84 | 123-345-567 85 |
86 | 87 |97 | Our support team is available around the clock to address any 98 | concerns or queries you may have. 99 |
100 |104 | We value your feedback and are continuously working to improve 105 | OSM. Your input is crucial in shaping the future of Us. 106 |
107 |111 | For Finance-related questions or any help, please contact us at 112 | Finance@OpenSourceMern.in 113 |
114 |45 | Artist 46 |
47 | 75 |art | 1 piece
77 |108 | Artist 109 |
110 | 138 |art | 1 piece
140 |171 | Artist 172 |
173 | 201 |art | 1 piece
203 |234 | Artist 235 |
236 | 264 |art | 1 piece
266 |312 | The instructor was incredibly patient and skilled, guiding us 313 | through pottery techniques with ease. Loved the therapeutic aspect 314 | and left feeling accomplished! 315 |
316 | 317 |Mihir Bohra
325 |341 | Exceptional className! The instructor’s expertise was matched only 342 | by their encouragement. A perfect blend of learning and 343 | relaxation. 344 |
345 | 346 |Ashish Gandhi
354 |369 | A wonderful creative escape! The className struck a balance 370 | between guidance and freedom. The studio had everything I needed, 371 | and the instructor's passion was contagious. 372 |
373 | 374 |Abhineet Dubey
382 |