├── public ├── robots.txt ├── favicon.ico ├── logo192.png ├── logo512.png ├── assets │ └── img │ │ └── myschool.jpg ├── manifest.json └── index.html ├── src ├── fonts │ └── LexendDeca │ │ └── LexendDeca-Regular.ttf ├── store │ ├── apiAction.js │ ├── apiReducer.js │ └── apiStore.js ├── components │ ├── Footer.jsx │ ├── PageNotFound.jsx │ ├── Home.jsx │ ├── Header.jsx │ ├── AboutUs.jsx │ ├── ContactUs.jsx │ ├── Admission.jsx │ └── AllGrade.jsx ├── setupTests.js ├── App.test.js ├── index.css ├── reportWebVitals.js ├── api │ ├── grade.json │ └── gradeAPI.js ├── index.js ├── App.css ├── App.jsx └── logo.svg ├── .gitignore ├── db.json ├── package.json └── README.md /public/robots.txt: -------------------------------------------------------------------------------- 1 | # https://www.robotstxt.org/robotstxt.html 2 | User-agent: * 3 | Disallow: 4 | -------------------------------------------------------------------------------- /public/favicon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashishsalunkhe/react-redux-json-api/main/public/favicon.ico -------------------------------------------------------------------------------- /public/logo192.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashishsalunkhe/react-redux-json-api/main/public/logo192.png -------------------------------------------------------------------------------- /public/logo512.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashishsalunkhe/react-redux-json-api/main/public/logo512.png -------------------------------------------------------------------------------- /public/assets/img/myschool.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashishsalunkhe/react-redux-json-api/main/public/assets/img/myschool.jpg -------------------------------------------------------------------------------- /src/fonts/LexendDeca/LexendDeca-Regular.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashishsalunkhe/react-redux-json-api/main/src/fonts/LexendDeca/LexendDeca-Regular.ttf -------------------------------------------------------------------------------- /src/store/apiAction.js: -------------------------------------------------------------------------------- 1 | // Redux Actions 2 | export const setData = (payload) => { 3 | return { 4 | type: "SET_DATA", 5 | payload 6 | } 7 | } -------------------------------------------------------------------------------- /src/components/Footer.jsx: -------------------------------------------------------------------------------- 1 | import React from 'react'; 2 | 3 | const Footer = ()=>( 4 | 7 | ) 8 | 9 | export default Footer; -------------------------------------------------------------------------------- /src/components/PageNotFound.jsx: -------------------------------------------------------------------------------- 1 | import React from 'react'; 2 | 3 | const PageNotFound = () => { 4 | return ( 5 |
Error: Page does not exist!
7 |17 | We launched Learning Curve Public School in 2001 & since then have rapidly changed the face of Pre- 18 | Primary,Primary and Secondary education in the City. Our success as one of the leading education service 19 | providers raised the expectations of many hopeful parents, who were keen to see their children continue to 20 | blossom under our guidance. 21 |
22 |24 | Learning Curve Public School seeks to provide the best place for a child to learn, to grow and to evolve into a 25 | balanced and strong individual. The School intends to strive to become a second home for your child. The 26 | School located Hinjawadi Pune.
27 |+91 9503115106
23 |+91 9503115107
25 |lcps.preprimary@learningcurve.in
30 |lcps.primarysec@learningcurve.in
32 |Phase-1, Hinjawadi, Pimpri-Chinchwad
36 | Near Hotel Lemon Tree, Pune,
37 | Maharashtra 411057
22 | | Grade | 32 |Fees | 33 |Seats | 34 |
|---|---|---|
| {value.grade} | 41 |₹ {value.fees} | 42 |{value.seats} | 43 |