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

https://github.com/delicelydia/re-former

This project consist of building a form using nearly pure-HTML and then graduating to using the helper methods that Rails provides.
https://github.com/delicelydia/re-former

Last synced: 12 months ago
JSON representation

This project consist of building a form using nearly pure-HTML and then graduating to using the helper methods that Rails provides.

Awesome Lists containing this project

README

          

![](https://img.shields.io/badge/Microverse-blueviolet)

---

# Re-former

## Table of Contents

* [About the Project](#about-the-project)
* [Built With](#built-with)
* [Getting Started](#getting-started)
* [Prerequisites](#prerequisites)
* [Contributing](#contributing)
* [Authors](#authors)
* [Acknowledgements](#acknowledgements)

## About Project

These projects was about building some forms, both using nearly-pure HTML and then graduating to using the helper methods that Rails provides.

## Built With

- Ruby v2.7.2
- Rails 6
- SQLite3

## Getting Started

* Clone this repo https://github.com/DeliceLydia/re-former
```
git clone https://github.com/DeliceLydia/re-former.git
```
* Navigate to re-former folder
```
cd re-former
```
* On the terminal, while in the 're-former' directory, run the following to install dependency:
```
bundle install
```
* At this point, you still don't have the SQLite database. Run the following to get setup:
```
rails db:migrate
```
* To interact with the project, run:
```
rails server
```

OR

```
rails s
```
* Go to the browser and enter
```http://localhost:3000``` to go to the homepage which display links to all users and for creating a new user

### Prerequisites

- Ensure you have these installed:
- Git
- Ruby 2.7.2
- Ruby on rails ```gem install rails```

- You also need to ensure your yarn is upto date
```
yarn install --check-files
```

## Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the [issues page](https://github.com/DeliceLydia/re-former/issues).

## Authors

👤 **Lameck Otieno**
- GitHub: [@githubhandle](https://github.com/Lameck1)
- Twitter: [@twitterhandle](https://twitter.com/lameck721)
- LinkedIn: [LinkedIn](https://www.linkedin.com/in/lameck-odhiambo-642b7077/)

👤 **Delice Lydia**
- GitHub: [@githubhandle](https://github.com/DeliceLydia)
- Twitter: [@twitterhandle](https://twitter.com/IngabireLydia)
- LinkedIn: [LinkedIn](https://twitter.com/IngabireLydia3)

## Acknowledgements

Credits go to the following for providing guides on Ruby on Rails
- [**Rails Guides**](https://guides.rubyonrails.org/form_helpers.html )

## Show your support

Give a ⭐️ if you like this project!