An open API service indexing awesome lists of open source software.

https://github.com/barata-ribeiro/delightful_indulgence

Website dedicated to a fictitious company, Delightful Indulgence, that creates gourmet desserts aimed at couples.
https://github.com/barata-ribeiro/delightful_indulgence

css-modules css-modules-react desserts-delivery personal-project react-hook react-router reactjs store vitejs vitejs-react

Last synced: about 1 month ago
JSON representation

Website dedicated to a fictitious company, Delightful Indulgence, that creates gourmet desserts aimed at couples.

Awesome Lists containing this project

README

        

# Delightful Indulgence

## ๐ŸŒ Description

Delightful Indulgence is a gourmet dessert company that prides itself on crafting and distributing delectable desserts. The company aims to spread brand awareness and engage its primary audienceโ€”couples. The website offers a sleek, modern design characterized by the brand's color, green. It has several sections including a landing page, an information page, product pages, and a privacy policy page.

## ๐Ÿ‘จโ€๐Ÿ’ป Demo

![Delightful Indulgence](./public/assets/screenshot.gif)

## ๐Ÿš€ Built With

- [React](https://reactjs.org/)
- [React Router](https://reactrouter.com/)
- [CSS Modules](https://github.com/css-modules/css-modules) with [PostCSS](https://postcss.org/)
- [The New CSS Reset](https://elad2412.github.io/the-new-css-reset/)
- [Vite.js](https://vitejs.dev/)

## ๐Ÿ“š Features

- Responsive design
- Eye-catching landing page that communicates what the company does
- Detailed product pages for each dessert
- "About the Team" section
- Story page route
- Contact page route

## ๐Ÿ› ๏ธ Project Setup

1. Clone the repository:

```bash
git clone
```

2. Install dependencies:

```bash
cd delightful_indulgence
npm install
```

3. Run the project:

```bash
npm run dev
```

## ๐Ÿค Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

## ๐Ÿ“œ License

This project is open source and available under the [MIT License](LICENSE).