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.
Make sure you have npm and Node installed.
To get started with this project, follow these steps:
-
Clone the repository to your local machine.
git clone https://github.com/shubhammane77/bookstore-ui.git cd bookstore-ui -
Install all the dependencies.
npm install -
To start the app on 3000 port.
npm run start -
Run tests.
npm run test
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