Reeco website homepage built using React, Redux. Chakra UI and Styled components used for the CSS. Contains functionality like add new item, update status, price, quantity, etc..
To set up the Reeco app locally, follow these steps:
-
Clone this repository to your local machine using the following command:
git clone https://github.com/abhimistry-07/Reeco
-
Navigate to the project directory:
cd reeco
-
Install the required dependencies by running:
npm install
-
Start the application:
npm start
-
Access the platform by visiting http://localhost:3000 in your web browser.
The frontend of this project is built using React and redux, a popular JavaScript library for building user interfaces. It includes features like add new item, update status, update price, and update quantity. Used styled components and Chakra UI for creating a visually appealing user interface.
The frontend uses the mock API to fetch data. I created json mock data and deployed it on render.
- React
- Redux
- Styled Components and Chakra UI (for CSS)
Frontend: https://reeco-bice.vercel.app/ Backend: https://reeco-qe00.onrender.com/