- User Registration and Authentication
 - Private routes and navigation
 - The possibility of filtering the list of bouquets by the type of flowers, by decreasing or increasing price and type of bouquet
 - Adding bouquets to the cart and deleting from the cart
 - The possibility of online payment of the order using the Stripe library
 
The project is developed using the following technologies:
- React: A JavaScript library for building user interfaces.
 - Redux Toolkit: The official, opinionated, batteries-included toolset for efficient Redux development.
 - Redux Persist: Library for persisting and rehydrating a Redux store.
 - React Router: Declarative routing for React.js.
 - React Hooks: Functions that let you use state and other React features in functional components.
 - Stripe: Payment platform that allows online payments and accepts credit cards over the internet.
 - Axios: A promise-based HTTP client for the browser and Node.js.
 - Formik: A small library that helps you with the forms in React.
 
git clone https://github.com/Olena-Nechyporenko/floristry.gitNavigate to the project directory and install the required dependencies.
cd [project_directory]
npm installAfter installing the dependencies, start the development server.
npm start
