Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 488 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 488 Bytes

gadget-wiz

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.

frontend

npm install and npm start to run application.

backend

bundle install rails db:create db:migrate db:seed rails s - run server