An open API service indexing awesome lists of open source software.

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

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