Skip to content

0xdivi-code/basic-react-search

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 

Repository files navigation

A basic search platform

This is a basic React application that allows users to perform searches, add new entries, and update existing entries in an in-memory database. The platform is better styled using Tailwind CSS for a clean and modern look.

Features

Search Functionality: Search through the database using the search bar. Add Entries: Add new entries to the database. Update Entries: Update existing entries by specifying the index and new value.

To get started with the My Search Platform, follow these steps:

Installation

To get started with the My Search Platform, follow these steps:

  1. Clone the Repository:

    git clone [https://github.com/divi-code/basic-react-search.git](https://github.com/divi-code/basic-react-search)
    cd my-search-platform
    
  2. Install Dependencies: Ensure you have Node.js and npm installed. Then, run:

    npm install
  3. Start Developemt Server

    npm start

The application will be available at http://localhost:3000.

Usage

Search

  1. Open the application in your browser.
  2. Use the search bar to enter your search query.
  3. The results will be displayed below the search bar.

Add a New Entry

  1. Enter the new entry text in the "Add a new entry" input field.
  2. Click the "Add" button.
  3. The new entry will be added to the database.

Update an Entry

  1. Enter the index of the entry you want to update in the "Index" input field.
  2. Enter the new value for the entry in the "New entry" input field.
  3. Click the "Update" button.
  4. The specified entry will be updated in the database.

About

This is a basic React application that allows users to perform searches, add new entries, and update existing entries in an in-memory database. The platform is better styled using Tailwind CSS for a clean and modern look.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors