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

https://github.com/alejandroq12/react-app-robots

React JS App: This is a web application built using React, a JavaScript library for building user interfaces. It fetches data from a remote API and renders a list of "robots" that can be filtered by name using a search bar.
https://github.com/alejandroq12/react-app-robots

javascript react reactjs

Last synced: 5 days ago
JSON representation

React JS App: This is a web application built using React, a JavaScript library for building user interfaces. It fetches data from a remote API and renders a list of "robots" that can be filtered by name using a search bar.

Awesome Lists containing this project

README

        


logo

Robots

# 📗 Table of Contents

- [📗 Table of Contents](#-table-of-contents)
- [📖 Robots ](#-robots-)
- [🛠 Built With ](#-built-with-)
- [Tech Stack ](#tech-stack-)
- [Key Features ](#key-features-)
- [🚀 Live Demo ](#-live-demo-)
- [💻 Getting Started ](#-getting-started-)
- [Prerequisites](#prerequisites)
- [Setup](#setup)
- [Install](#install)
- [Usage](#usage)
- [Run tests](#run-tests)
- [Deployment ](#deployment-)
- [👥 Author ](#-author-)
- [🔭 Future Features ](#-future-features-)
- [🤝 Contributing ](#-contributing-)
- [⭐️ Show your support ](#️-show-your-support-)
- [🙏 Acknowledgments ](#-acknowledgments-)
- [❓ FAQ ](#-faq-)
- [📝 License ](#-license-)

# 📖 Robots

This is a codebase for a web application built with React.js, a JavaScript library for constructing user interfaces. It allows users to filter robots fetched from https://robohash.org/. The primary objective was to practice the implementation of class components. Afterwards, I refactored and implemented the use of React.js Hooks.

## 🛠 Built With

### Tech Stack

Client

### Key Features

- **I fetches data from https://robohash.org/**
- **It is responsive.**
- **It uses React.js Hooks**

(back to top)

## 🚀 Live Demo

- [Live Demo Link](https://alejandroq12.github.io/react-app-robots/)

(back to top)

## 💻 Getting Started

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

### Prerequisites

In order to run this project you need:

- A web browser to view output e.g [Google Chrome](https://www.google.com/chrome/).
- An IDE e.g [Visual studio code](https://code.visualstudio.com/).
- `node` should be installed in your local machine, [node website](https://nodejs.org/en/download/).
- Install the `npm` package manager use this [to install both node and npm](https://docs.npmjs.com/downloading-and-installing-node-js-and-npm).
- [A terminal](https://code.visualstudio.com/docs/terminal/basics).

### Setup

Clone this repository to your desired folder or download the Zip folder:

```
https://github.com/Alejandroq12/react-app-robots.git

```

- Navigate to the location of the folder in your machine:

**``you@your-Pc-name:~$ cd react-app-robots``**

### Install

To install all dependencies, run:

```
npm install
```

### Usage

To run the project, follow these instructions:

- After Cloning this repo to your local machine.
- You must use `npm start` command in terminal to run this at the localhost.

### Run tests

Tests will be available soon.

### Deployment

You can deploy this project using: GitHub Pages,
- I used GitHub Pages to deploy this website.
- For more information about deployment on GitHub Pages see "[GitHub Pages](https://docs.github.com/en/pages/getting-started-with-github-pages/about-github-pages)".

(back to top)

## 👥 Author

👤 **Julio Quezada**

- GitHub: [Alejandroq12](https://github.com/Alejandroq12)
- Twitter: [@JulioAle54](https://twitter.com/JulioAle54)
- LinkedIn: [Julio Quezada](https://www.linkedin.com/in/quezadajulio/)

(back to top)

## 🔭 Future Features

- [ ] **I implement the use of React.js Hooks.**

(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 give me a star ⭐️

(back to top)

## 🙏 Acknowledgments

I want to thank all my colleagues that share knowledge with and inspired to to improve each day.

(back to top)

## ❓ FAQ

- **What did you learn?**

- I learned how to refacto the code in order to implement React.js Hooks.

(back to top)

## 📝 License

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

(back to top)