https://github.com/sjproctor/portfolio
Portfolio application in Ruby on Rails
https://github.com/sjproctor/portfolio
ruby ruby-on-rails tailwind
Last synced: 3 months ago
JSON representation
Portfolio application in Ruby on Rails
- Host: GitHub
- URL: https://github.com/sjproctor/portfolio
- Owner: sjproctor
- Created: 2024-03-08T18:35:53.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-23T23:43:55.000Z (over 2 years ago)
- Last Synced: 2025-02-23T00:45:29.103Z (over 1 year ago)
- Topics: ruby, ruby-on-rails, tailwind
- Language: Ruby
- Homepage:
- Size: 9.65 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Sarah Proctor
### Portfolio Application in Ruby on Rails
### ✅ Onboarding to the App
This is a Ruby on Rails application with a PostgreSQL database.
- Ruby version: 3.2.0
- Rail version: 7.0.8.1
- Postgres version: 14.10
- To run the app in a development environment, clone the repository and run the following:
- `bundle`
- `rails db:create`
- `rails db:migrate`
- `bin/dev`
- The application will run locally at `http://localhost:3000/`
### 💄 Styling Notes
- Styling is handled with Tailwind
- [Color variations](https://color-register.org/color/EF8F7C)
- Color scheme
- Light blue: #CEE2DA
- Teal: #447A7C
- Pink: #EF8F7C
- Lighter tint: #FBE8E4
- Olive: #899065
- Mustard: #DEAF4B
### 🤝 Application Dependencies
- [Rails Tailwind](https://tailwindcss.com/docs/guides/ruby-on-rails)
- [@prettier/plugin-ruby](https://classic.yarnpkg.com/en/package/@prettier/plugin-ruby)
- [Font Awesome Icons](https://fontawesome.com/search?o=r&m=free)
- [Dev Icons](https://devicon.dev/)
### 🗄️ Useful Resources
A few of the many resources that helped me on my way.
- [Navigation](https://www.youtube.com/playlist?list=PLdTytUiloS15uiUQ31o8a_rlhO1cNyohZ)
### 🚀 Deployment
- The application is deployed on Render.com and available at [this url](https://sarahproctor.dev/)
### 🫧 Linting