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.
- Host: GitHub
- URL: https://github.com/alejandroq12/react-app-robots
- Owner: Alejandroq12
- License: mit
- Created: 2022-08-23T16:40:38.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-07-02T23:26:10.000Z (almost 2 years ago)
- Last Synced: 2025-04-04T05:41:58.231Z (27 days ago)
- Topics: javascript, react, reactjs
- Language: JavaScript
- Homepage: https://alejandroq12.github.io/react-app-robots/
- Size: 1.99 MB
- Stars: 15
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
![]()
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-)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.
Client
- **I fetches data from https://robohash.org/**
- **It is responsive.**
- **It uses React.js Hooks**
- [Live Demo Link](https://alejandroq12.github.io/react-app-robots/)
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.
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)".
👤 **Julio Quezada**
- GitHub: [Alejandroq12](https://github.com/Alejandroq12)
- Twitter: [@JulioAle54](https://twitter.com/JulioAle54)
- LinkedIn: [Julio Quezada](https://www.linkedin.com/in/quezadajulio/)
- [ ] **I implement the use of React.js Hooks.**
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](../../issues/).
If you like this project give me a star ⭐️
I want to thank all my colleagues that share knowledge with and inspired to to improve each day.
- **What did you learn?**
- I learned how to refacto the code in order to implement React.js Hooks.
This project is [LICENSE](./LICENSE) licensed.