A responsive React.js website for a fictional fitness company. The website contains several sections including a hero section, a features section, a testimonials section, a pricing section, a contact section, and a footer section. The website is fully responsive and has a hamburger menu for mobile devices. The website is deployed on Cloudflare Pages. The website is also integrated with EmailJS to send emails from the contact form, React-Scroll to scroll to different sections of the website and NumberCounter to animate the numbers in the pricing section.
- HTML
- CSS
- JavaScript
- React.js
- EmailJS
- React-Scroll
- NumberCounter
The website is deployed on Cloudflare Pages through the following steps:
-
npm run build
-
Upload the
build
folder generated in the previous step toCloudflare Pages
.