Cher's Wardrobe is a recreation of Cher Horowitz's iconic outfit-selecting program depicted in the opening scene of the 1995 cult classic Clueless. It is a ReactJS application that uses Redux to asynchronously fetch its data from a Rails API backend.
In order to successfully run this application, the Rails API backend repository must first be cloned and run separately.
- Visit the Cher's API git repository and follow the README file instructions.
- Clone this repository to your local machine.
- In your terminal navigate to the project directory and run
npm install
thennpm start
. - If the browser does not open automatically, navigate to https://localhost:4000/.
- For an optimal viewing experience, full screen is recommended, as is playing Kids in America in the background.