Skip to content

Commit e9f7c77

Browse files
authored
Update README.md
1 parent 54a0ae9 commit e9f7c77

File tree

1 file changed

+16
-5
lines changed

1 file changed

+16
-5
lines changed

README.md

Lines changed: 16 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,20 @@
1-
##Storefront - React-Redux
1+
Storefront - React-Redux
2+
Storefront Demo
23

3-
#Description: My first React/Redux combo project to create a basic storefront.
4+
Description
5+
This is my first React/Redux combo project aimed at creating a basic storefront. The project leverages React for building the user interface and Redux for state management, providing a dynamic and responsive user experience.
46

5-
#Objective: To create a dynamic storefront using the Reactjs language while using a combination of React and Redux for state management.
7+
Objective
8+
The main goal of this project is to develop a fully functional storefront using the React.js library and harnessing the power of Redux for efficient state management. With this combination, we aim to achieve a seamless user experience, ensuring that the application remains responsive and scalable.
69

7-
#Current focus: The basic framework of the storefront is complete, including containers, action types, and reducers. The App has routing and functionality, and the state is seamlessly handled through all actions. API calls are handled through the use of Axios.
10+
Current Focus
11+
As of now, the basic framework of the storefront has been completed. The project includes essential components such as containers, action types, and reducers, which work together to manage the application's state. Routing functionality has been implemented, ensuring smooth navigation within the application. The integration of Axios facilitates API calls, allowing seamless data retrieval from external sources.
812

9-
#Next focus: Change some styling and create a base home page with a CTA. Look into store cart functionality.
13+
Next Focus
14+
The upcoming focus will involve two primary tasks:
15+
16+
1. Styling Enhancements
17+
In the next phase, we will be working on improving the overall visual appeal of the storefront. This will include refining the layout, applying consistent themes, and ensuring the application's user interface adheres to modern design principles.
18+
19+
2. Implementing Store Cart Functionality
20+
One of the essential features of a storefront is the shopping cart. In the next phase of development, we will be integrating the store cart functionality, allowing users to add items, view their cart contents, and manage their shopping selections.

0 commit comments

Comments
 (0)