Skip to content

Chen-Abudi/search-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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:

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

Enter the project directory:

cd search-app

Install the Dependencies:

npm install

or in short

npm i

Launch:

npm run start

🔧 Possible Improvements:

  • Improving the UI Design
  • Add More Tests to cover the functionality