Skip to content

shubhammane77/bookstore-ui

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BookStore UI Application

Welcome to the README for the BookStore UI Application repository. This repository houses a React application structured with components, Redux for state management, and utility functions.

Table of Contents

Installation

Make sure you have npm and Node installed.

To get started with this project, follow these steps:

  1. Clone the repository to your local machine.

     git clone https://github.com/shubhammane77/bookstore-ui.git
    
     cd bookstore-ui
    
  2. Install all the dependencies.

     npm install
    
  3. To start the app on 3000 port.

     npm run start
    
  4. Run tests.

     npm run test
    

Project Structure

README.md

node_modules/

package.json

src/

  components/      // React components

  redux/           // Redux-related files (actions, reducers)

  utils/           // Utility functions

  App.css

  App.js           // Main application component

  index.js         // Entry point for React application

About

UI for bookstore KATA

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors