backend: https://github.com/augustoibarrola/GadgetWiz-BackEnd
GadgetWiz is a React replica of a Windows 95 UI. The application, built with a Rails API, allows users to utilize the Desktop as their personal Dashboard. Users can create their own Gadgets (such as a text, image, or folder) and customize their dashboard to their needs.
npm install and npm start to run application.
bundle install rails db:create db:migrate db:seed rails s - run server