This app is a personal desktop clone that features multiple apps including:
- Music player
- Personal notes (with full CRUD functionality)
- Two games (Hangman and Rock/Paper/Scissor)
- Real time/location weather widget
- Fully functional calculator
An in-depth paragraph about your project and overview of use.
Ruby on Rails was used to set up the back end as API. JavaScript, CSS and HTML were used for the front end.
- Describe any prerequisites, libraries, OS version, etc., needed before installing program.
- ex. Windows 10
- How/where to download your program
- Any modifications needed to be made to files/folders
After forking the repo enter the following:
- bundle install
- rails db:create
- rails db:migrate
- rails db:seed
- rails s while the server is running, in another terminal run:
- open index.html
On first page of app enter either 'Jordan', 'Stephen' or 'Vaporwave' in order to access a desktop
Contributors names and contact info
Jordan Melidor-Fuxis (https://www.linkedin.com/in/jordan-melidor-fuxis-2435191b0/)
Stephen Cases (https://www.linkedin.com/in/stephen-cases/)
- 0.2
- Various bug fixes and optimizations
- See commit change or See release history
- 0.1
- Initial Release
This project is licensed under the [NAME HERE] License - see the LICENSE.md file for details
Inspiration, code snippets, etc.