Skip to content

mrTurkay/react-stepper-context-test

Repository files navigation

React Stepper Context - Example Project

This is an example project demonstrating the usage of the react-stepper-context library.

📖 About

This project showcases:

  • Multi-Step Wizard: Example of managing multiple steps in a flow.
  • Custom Components: Easily organize your steps using custom components.
  • Step Navigation: Includes sidebar navigation for steps.
  • Form Management: Demonstrates saving step-specific form data.
  • React and React Native: Built for both environments.

Learn more about react-stepper-context in the main project repository.


🚀 Getting Started

  1. Install dependencies:

    npm install

    or

    yarn install
  2. Run the project:

    npm start

    or

    yarn start

    The app will open in your browser at http://localhost:5173/.

🛠 Built With


📄 License

This project is licensed under the MIT License. See the LICENSE file for details.