Skip to content

dpellier/ods-playground-react

Repository files navigation

ODS Playground React

A production-like application in React using OVH Design System

The goal of this application is to check how ODS components are behaving in a real-like application (are they working as expected, are they easy to use, what can be improved, ...).

The application is built on top of:

  • ODS for the UI components
  • React Router for the navigation
  • Redux for the state management
  • Formik for the form management (until ODS provides a form component)
  • DummyJSON for the fake API

Accounts

You can find an account to log in in the following list.

Run locally

Prerequisites

You need to have NodeJS (v18+) installed on your local machine.

Clone the repository

git clone [email protected]:dpellier/ods-playground-react.git
cd ods-playground-react
npm i

Commands

npm start

Start a local server with live reload enabled.

npm run build

Bundle the application to be production ready.

npm run preview

Start a local server that use the production bundled sources.

About

React application based on Ovhcloud Design System

Resources

Stars

Watchers

Forks