Skip to content

maxjdev/Ecommerce-with-React-Typescript-Styled_Components

Repository files navigation

Ecommerce Bella Tavola Italiana using React, Redux, Typescript, Fetch and Styled-Components Deploy

Techs Used

React Redux TypeScript Styled Components HTML5 CSS3

Image

screencapture-ebac-front-e-food-vercel-app-2024-01-21-18-33-44.png

Description

Italian food e-commerce using React, Redux and TypeScript. Each part of the project was componentized into an organized structure. The application dynamically consumes data from an API using fetch, ensuring an up-to-date experience. Styling was done with styled-components, and responsiveness is ensured with HTML and CSS. To keep the code clean, I used ESLint and Prettier. Explore this project that integrates modern technologies to create an efficient and responsive online shopping platform.

How to Start the Project

  • Clone the repository:
git clone https://github.com/your-username/repository-name.git
  • Open the project directory:
cd repository-name
  • Install project dependencies:
npm install
  • Start:
npm start

Contributing

We welcome and appreciate your contributions to this project! Whether you have suggestions, bug fixes, or new features you'd like to add, please feel free to fork this repository.

How to Contribute

  1. Fork the project.
  2. Create a branch for your contribution: git checkout -b my-contribution.
  3. Make your changes and commit: git commit -m 'Add my contribution'.
  4. Push to your branch: git push origin my-contribution.
  5. Open a pull request for review.

Feedback and Issues

If you have contributions, suggestions, or feedback, feel free to open an issue.