/re-former

A Ruby on Rails project demonstrates building forms, both using nearly-pure HTML and then graduating to using the helper methods

Primary LanguageRuby

micro-reddit-app

Microverse

About the Project

This project is based on the Odin Project: Bare Metal Forms and Helpers. The project Bare Metal Forms and Helpers was executed to fulfill Microverse Technical Curriculum - Ruby on Rails section. Involves building some forms, both using nearly-pure HTML and then graduating to using the helper methods that Rails provides.

Built With

Getting Started

To use this application

  1. Click on code button.
  2. Copy the link
  3. On your local machine open git application
  4. Type 'git clone' and paste the link you copied in step 2.
  5. Go to application root folder and open bash terminal
  6. Type 'bundle install' to get the necesary gems.
  7. Type 'yarn'
  8. Type 'rails db:migrate'
  9. Type 'rails c' to start rails console and interact with the application or: 10.Type 'ruby bin/rails server

Author

👤 Rayan Rassam

Contribution

Contributions, issues, and feature requests are welcome! Feel free to check the issues page.

Show your support

Give a ⭐️ if you like this project!

License

This project is MIT licensed.

Acknowledgements