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

https://github.com/chen-abudi/search-app

Search Users Cards (Training)
https://github.com/chen-abudi/search-app

css-modules fusejs git github javascript jest react-router-dom react-testing-library reactjs

Last synced: 8 months ago
JSON representation

Search Users Cards (Training)

Awesome Lists containing this project

README

          

# Search Users 👥

**Developed by `Grace Chen Abudi`** 👩🏽‍💻

## 📣 Overview:

- Intro
- Tech Stack & Techniques
- How to Get Started
- Possible Improvements

---

## 🔎 Intro:

This is a practice project focused on Searching for users with their names, email and phone numbers.
This is just an example of an home assignment.

---

## 🧰 🛠️ Tech Stack & Techniques:

- ReactJS
- JavaScript
- CSS Modules
- React Router Dom
- React Loader Spinner
- React Test Renderer
- Jest
- Testing
- TDD
- Fuse.js
- Babel

---

# ✨ How to Get Started

## Clone Project:

```bash

git clone https://github.com/Chen-Abudi/search-app.git

```

## Enter the project directory:

```bash

cd search-app

```

## Install the Dependencies:

```bash

npm install

```

or in short

```bash

npm i

```

## Launch:

```bash

npm run start

```

---

## 🔧 Possible Improvements:

- [ ] Improving the UI Design
- [ ] Add More **Tests** to cover the functionality