https://github.com/bestbynature/enumeruby
This repository serves as a learning resource for exploring enumerables in Ruby, with a focus on three specific enumerable methods: #all?, #any?, and #filter?.
https://github.com/bestbynature/enumeruby
ruby
Last synced: 2 months ago
JSON representation
This repository serves as a learning resource for exploring enumerables in Ruby, with a focus on three specific enumerable methods: #all?, #any?, and #filter?.
- Host: GitHub
- URL: https://github.com/bestbynature/enumeruby
- Owner: Bestbynature
- License: mit
- Created: 2023-06-13T09:58:27.000Z (almost 2 years ago)
- Default Branch: dev
- Last Pushed: 2023-06-13T11:12:54.000Z (almost 2 years ago)
- Last Synced: 2025-02-10T21:38:51.330Z (4 months ago)
- Topics: ruby
- Language: Ruby
- Homepage:
- Size: 3.91 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 📗 Table of Contents
- [📗 Table of Contents](#-table-of-contents)
- [📖 Enumeruby](#-about-project-)
- [🛠 Built With ](#-built-with-)
- [Tech Stack ](#tech-stack-)
- [Key Features ](#key-features-)
- [🚀 Live Demo ](#-live-demo-)
- [**Morse Code Interpreter**](#live-demo)
- [💻 Getting Started ](#-getting-started-)
- [Prerequisites](#prerequisites)
- [Setup](#setup)
- [Install](#install)
- [Usage ](#usage-)
- [Run tests ](#run-tests-)
- [Deployment ](#deployment-)
- [👥 Authors ](#-authors-)
- [🔭 Future Features ](#-future-features-)
- [🤝 Contributing ](#-contributing-)
- [⭐️ Show your support ](#️-show-your-support-)
- [🙏 Acknowledgments ](#-acknowledgments-)
- [📝 License ](#-license-)**[Enumeruby]()** is built with react using create-react-app. It essentially displays a list of countries and few other details about each country and allows users to view more details about each country. Other pages are also accessible with routers.
Client
- HTML
- CSS
- JAVASCRIPT
- REACT
- REDUX
- **[Linter checks]**
- **[JSX]**
- **[Mobile Display]**
- **[React Rendering]**
### **[Enumeruby](https://metric-web-application.onrender.com/)**
To get a local copy up and running, follow these steps.
### Prerequisites
In order to run this project you need:
- The current version of node
- To have Git installed on your local machine
- Node Package manager (npm)
- An editor such as Visual Studio Code
### Setup
Clone this repository to your desired folder:
- Create your classic access token from github.com
- run "git clone https://{access_token}@github.com/username/{repo_name}.git"
- Update your git identity by running "git config --global user.email "[email protected]""
- Update your name on git by running "git config --global user.name "your_name"
### Install
To install this project, run
```sh
bundle install
```
To run tests, run the following command:
```sh
Run "rubocop --fix to fix linters"
```
You can deploy this project using:
- github pages
```sh
- npm run deploy
```
👤 **Author: Damilare**
- GitHub: [@githubhandle](https://github.com/Bestbynature)
- Twitter: [@twitterhandle](https://twitter.com/Dammybest)
- LinkedIn: [LinkedIn](https://www.linkedin.com/in/damilareismailabestbynature/)
- [ ] **[contact form page]**
- [ ] **[A feature for a more detailed demographic data]**
- [ ] **[A feature for updating the list of countries]**
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](../../issues/).
If you like this project, kindly drop a star for me.
I would like to use this medium to appreciate [Nelson Sakwa](https://www.behance.net/sakwadesignstudio) for giving the original design idea
This project is [MIT](./LICENSE) licensed.