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.
- Host: GitHub
- URL: https://github.com/barata-ribeiro/delightful_indulgence
- Owner: Barata-Ribeiro
- License: mit
- Created: 2023-07-02T20:16:45.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-07-10T12:46:13.000Z (almost 2 years ago)
- Last Synced: 2025-01-23T19:38:51.123Z (3 months ago)
- Topics: css-modules, css-modules-react, desserts-delivery, personal-project, react-hook, react-router, reactjs, store, vitejs, vitejs-react
- Language: JavaScript
- Homepage: https://delightful-indulgence.vercel.app
- Size: 25.8 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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

## ๐ 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).