Skip to content

Object Oriented JS application for users to create clothing items and outfits. Generated item cards asynchronously fetched from a custom Rails API. Overwrote Bootstrap framework defaults to add styling.

Notifications You must be signed in to change notification settings

MMcClure11/witchy-wardrobe-frontend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

README

Witchy Wardrobe

Overview

Witchy Wardrobe is a closet organizing SPA that allows you to create items of clothing and outfits. It is intended to help people realize how much they spend on clothes, how often do they use clothing items, and create outfits. It would be a great supplemental tool for someone trying out Project 333, the 4x4 capsule, or any other minimalist closet. You can access the Rails API backend here.

Check out the live site here.

Watch the demo here.

Make sure you have the following tools installed on your system:


Github
Ruby 2.6.1
Rails 6.0.3
Node.js v14.4.0

This is an example of what you you need to use the software and how to install them.
bundle install
rails console
rails db:migrate

  1. Make one folder and inside that folder clone both repos:
    git clone git@github.com:MMcClure11/witchy-wardrobe-frontend.git
    git clone git@github.com:MMcClure11/witchy-wardrobe-backend.git
  2. cd witchy-wardrobe-backend
  3. Install the gemfile packages
    bundle install
  4. Set up the Database
    rails db:create
    rails db:migrate
    optionally seed the database: rails db:seed
  5. Starting the Server (keep open while running the program)
    rails s
  6. cd into witchy-wardrobe-frontend
    open index.html
    This will open in your browser.

Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

Bug reports and pull requests are welcome on GitHub at https://github.com/MMcClure11/witchy-wardrobe-backend.git and https://github.com/MMcClure11/witchy-wardrobe-frontend.git.

Distributed under the MIT License. https://opensource.org/licenses/MIT

  • Flatiron School
  • @Jordles113

About

Object Oriented JS application for users to create clothing items and outfits. Generated item cards asynchronously fetched from a custom Rails API. Overwrote Bootstrap framework defaults to add styling.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published