ferjencoder / yeah-stretching

This repository contains the source code for the Yeah Stretching website, an online wellness platform offering classes in stretching, Pilates Mat, Meditation, and Esferodinamia.

Home Page:https://yeah-stretching.netlify.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Acerca de Yeah Stretching

Yeah Stretching logo This repository contains the source code for the Yeah Stretching website, an online wellness service offering classes in Stretching, Pilates Mat, Meditation, and Esferodinamia (Core ball). We also offer wellness packages for businesses.

Contributors

This project exists thanks to all the people who contributed.


Fer's GitHub  Fer

Pablo's GitHub  Pablo


Table of Contents

Project Details

Yeah Stretching is an online wellness platform that showcases the services of Prof. Yami Sayag.

Prof. Sayag is an instructor offering classes in Stretching, Pilates Mat, Meditation, and Esferodinamia.

The website provides a personalized presentation of Prof. Sayag, including a brief description of her history, trainings, and the services she offers.

It is also designed to promote wellness packages for businesses.

Technical Details

The website is built using React and React Router, with AOS used to add animations to the page.

  • React: A JavaScript library used to build the user interface of the website.
  • React Router: Used for handling navigation within the site.
  • AOS (Animate on Scroll): A library that allows us to animate elements as they scroll into view.

The codebase is organized as follows:

  • src: This is where the main source code of the application lives. It contains all the React components and their respective styles.
  • public: This directory contains the static resources used in the project.
  • dist: This is the output directory where the production-ready application is built to.

The project uses SCSS as its CSS preprocessor, allowing for more maintainable and scalable stylesheets.

Installation

To run this website on your own machine, follow these steps:

  1. Ensure you have Node.js installed on your machine.
  2. Clone this repository to your machine using git clone https://github.com/your-username/yeah-stretching.git.
  3. Navigate to the repository folder from the command line and run npm install to install the project dependencies.
  4. Once the dependencies are installed, run npm start to start the development server.
  5. Visit http://localhost:3000 in your web browser to view the functioning website.

License

This project is licensed under the MIT License.

About

This repository contains the source code for the Yeah Stretching website, an online wellness platform offering classes in stretching, Pilates Mat, Meditation, and Esferodinamia.

https://yeah-stretching.netlify.app/


Languages

Language:SCSS 56.7%Language:JavaScript 39.4%Language:HTML 4.0%