Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/davidosky007/re-former
In this project, i built a form the old fashioned way and then the Rails way .
https://github.com/davidosky007/re-former
Last synced: about 7 hours ago
JSON representation
In this project, i built a form the old fashioned way and then the Rails way .
- Host: GitHub
- URL: https://github.com/davidosky007/re-former
- Owner: Davidosky007
- Created: 2021-01-07T14:31:00.000Z (about 4 years ago)
- Default Branch: development
- Last Pushed: 2021-01-09T07:09:35.000Z (about 4 years ago)
- Last Synced: 2023-03-04T23:49:15.949Z (almost 2 years ago)
- Language: Ruby
- Size: 156 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Re-former-app
![Microverse](https://img.shields.io/badge/Microverse-blueviolet)
## About the Project
This project is based on the [Odin Project Blog App](https://www.theodinproject.com/courses/ruby-on-rails/lessons/ruby-on-rails-ruby-on-rails).In this project, we got to spend some quality time with models. We did some data modeling and putting our active record knowledge to practice by building our own light weight Reddit clone.
- Adding gems for extra features
A list of commonly used resources that I find helpful is listed in the acknowledgments.
## Table of Contents
- [Re-former-app](#re-former-app)
- [About the Project](#about-the-project)
- [Table of Contents](#table-of-contents)
- [Built With](#built-with)
- [Getting Started](#getting-started)
- [Author](#author)
- [Contributing](#contributing)
- [Show your support](#show-your-support)
- [License](#license)
- [Acknowledgements](#acknowledgements)### Built With
- [Ruby on Rails](https://rubyonrails.org/)
- [Ruby](https://www.ruby-lang.org/en/)
- [SASS(SCSS)](https://sass-lang.com/)## Getting Started
To get a local copy up and running follow these simple example steps.
1. On the project GitHub page, navigate to the main page of the repository.
2. Under the repository name, locate and click on a green button named `Code`.
3. Copy the project URL as displayed.
4. If you're running the Windows Operating System, open your command prompt. On Linux, Open your terminal.
5. Change the current working directory to the location where you want the cloned directory to be made. Leave as it is if the current location is where you want the project to be.
6. Type git clone, and then paste the URL you copied in Step 3.
e.g. $ git clone https://github.com/yourUsername/yourProjectName
7. Press Enter. Your local copy will be created.## Author
π€ **David Bassey**
- GitHub: [@davidosky007](https://github.com/davidosky007)
- Twitter: [@davidosky2](https://twitter.com/Davidosky2)
- LinkedIn: [David Bassey](https://www.linkedin.com/in/david-bassey-akan/)## Contributing
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](../../issues).1. Fork the Project
2. Create your Feature Branch (`git checkout -b featured_micro_reddit`)
3. Commit your Changes (`git commit -m 'Adds some nice features '`)
4. Push to the Branch (`git push origin featured_micro_reddit`)
5. Open a Pull Request## Show your support
Give a βοΈ if you like this project!
## License
This project is [MIT](./LICENSE) licensed.
## Acknowledgements
- [Odin Project Blog App](https://www.theodinproject.com/courses/ruby-on-rails/lessons/ruby-on-rails-ruby-on-rails)
- [Jumpstart Labβs Blogger Tutorial](http://tutorials.jumpstartlab.com/projects/blogger.html)
- [Rails Guides](https://guides.rubyonrails.org/)