Hi,
Being from testing background, I always had the curiosity to develop the website.
During my leisure time and with the help of a few juniors I have learned to make a basic website up.
Below are the notes about how and what I did....
How I learnt reactjs
PRerequisite softwares
1. https://nodejs.org/en/
2. npm
3. java
4. visual studio
1. deploy on firebase
https://www.geeksforgeeks.org/how-to-deploy-react-project-on-firebase/
or
https://hackernoon.com/how-to-deploy-a-react-application-with-firebase-hosting-p92m37b7
or https://www.youtube.com/watch?v=1wZw7RvXPRU
2. Google and found the video training on youtube.
2. template - https://designrevision.com/thank-you-for-your-download/?payment_key=097b1b6fd23b65deb8f77a72db0cace2
template 2 - https://startbootstrap.com/theme/one-page-wonder
https://www.digitaldesignjournal.com/free-testimonial-slider-templates/
http://bestjquery.com/tutorial/testimonial/demo67/
3.learn reactjs https://www.tutorialspoint.com/reactjs/reactjs_controlled_component.htm
https://reactjs.org/docs/dom-elements.html#style
https://www.w3schools.com/js/js_function_definition.asp
npm install jquery --save
npm install react-owl-carousel --save
F:\reactexample>npx create-react-app .
---------------
https://medium.com/@mohammedijas/add-custom-domain-to-firebase-a06a571624b4#:~:text=Click%20the%20hosting%20tab%20on,the%20button%20Add%20custom%20domain.&text=Add%20your%20domain%20name%20there%20and%20click%20continue.
http://akshaayusoftwareservies.com/
akshaayusoftwareservies.com
https://mailtrap.io/blog/react-contact-form/
------
npm install react-router-dom
npm install --save styled-components
----------
const mystyle = {
color: "white",
backgroundColor: "DodgerBlue",
padding: "10px",
padding: "20px 10px 0px 10px",
margin: "25, 10"
}
https://www.youtube.com/watch?v=1wZw7RvXPRU
https://html-shark.com/HTML/TextMarginIndent.htm
---------contact form ---------
npm install emailjs-com
npm install react-toastify
npm install react-hook-form
https://dashboard.emailjs.com/admin
Service ID:service_iu6oa3e
hemangihere@gmail.com
template_name
emailjs.send(serviceID, templateID, templateParams, userID);
https://medium.com/weekly-webtips/simple-react-contact-form-without-back-end-9fa06eff52d9