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

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?.

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]

**[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.

## 🛠 Built With

### Tech Stack

Client


  • HTML

  • CSS

  • JAVASCRIPT

  • REACT

  • REDUX

### Key Features

- **[Linter checks]**
- **[JSX]**
- **[Mobile Display]**
- **[React Rendering]**

(back to top)

## 🚀 Live Demo

### **[Enumeruby](https://metric-web-application.onrender.com/)**

(back to top)

## 💻 Getting Started

To get a local copy up and running, follow these steps.

(back to top)

### 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



(back to top)

### 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"



(back to top)

### Install

To install this project, run

```sh

bundle install

```

### Run tests

To run tests, run the following command:

```sh

Run "rubocop --fix to fix linters"
```

(back to top)

### Deployment

You can deploy this project using:

- github pages
```sh
- npm run deploy
```

(back to top)

## 👥 Authors

👤 **Author: Damilare**

- GitHub: [@githubhandle](https://github.com/Bestbynature)
- Twitter: [@twitterhandle](https://twitter.com/Dammybest)
- LinkedIn: [LinkedIn](https://www.linkedin.com/in/damilareismailabestbynature/)

(back to top)

## 🔭 Future Features

- [ ] **[contact form page]**
- [ ] **[A feature for a more detailed demographic data]**
- [ ] **[A feature for updating the list of countries]**

(back to top)

## 🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the [issues page](../../issues/).

(back to top)

## ⭐️ Show your support

If you like this project, kindly drop a star for me.

(back to top)

## 🙏 Acknowledgments

I would like to use this medium to appreciate [Nelson Sakwa](https://www.behance.net/sakwadesignstudio) for giving the original design idea

(back to top)

## 📝 License

This project is [MIT](./LICENSE) licensed.

(back to top)