Skip to content

NatC02/client-server-search-feature

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Express NodeJS

React HTML5 CSS3


Client to server feature

A node express feature that uses Chance module to generate random data with react, querying results of animals, displaying real-time search results, with localStorage caching in browser.

Table of Contents
  1. About The Project
  2. Getting Started
  3. Acknowledgments

About The Project

Built and implemented with:

  • Chance for random data
  • Real-time search
  • Caching current search

(back to top)

Usage

project-demo

Built with:

  • Express
  • Node
  • Chance
  • React
  • HTML5
  • CSS3

(back to top)

App structure

├── node_modules
├── public
├── server
├── src
├── package.json
├── README.md
└── vite.config.js

(back to top)

Getting Started

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

Installation & Usage

  1. Clone the repo
    https://github.com/NatC02/client-server-search-feature
  2. Install npm packages in main directory
    `npm install` and `npm run dev`
  3. Install npm packages in server directory cd server
    `npm install` and `node index.js`
  4. Start searching

Acknowledgments

Some of the resources I checked while building this project.

Resources

(back to top)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published