https://github.com/daianaarena/coffee-world-experiences
Welcome to my travel guide for coffee experiences! This JS vainilla project is designed to provide a seamless and intuitive user experience for exploring the world's best coffee destinations. So come on in, grab a cup of joe, and start exploring with me!
https://github.com/daianaarena/coffee-world-experiences
bootstrap coffeescript css-grid css3 html javascript scss webpack
Last synced: 4 months ago
JSON representation
Welcome to my travel guide for coffee experiences! This JS vainilla project is designed to provide a seamless and intuitive user experience for exploring the world's best coffee destinations. So come on in, grab a cup of joe, and start exploring with me!
- Host: GitHub
- URL: https://github.com/daianaarena/coffee-world-experiences
- Owner: DaianaArena
- Created: 2022-08-15T01:55:20.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2023-04-13T20:43:46.000Z (over 3 years ago)
- Last Synced: 2025-02-01T23:14:24.517Z (over 1 year ago)
- Topics: bootstrap, coffeescript, css-grid, css3, html, javascript, scss, webpack
- Language: SCSS
- Homepage: https://coffee-world-experiences.vercel.app/
- Size: 20 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

# Coffee world experiences
## About the project:
Welcome to my project, a coffee-inspired platform designed specifically for developers! As fellow developers ourselves, we understand the importance of a good cup of coffee to power us through long coding sessions and keep our creativity flowing.
My platform is designed to celebrate this special relationship between developers and coffee, by providing a user-friendly and engaging interface that highlights the world's best coffee destinations and experiences. I've created a fast and responsive web application that's easy to use and looks great on any device.
At the heart of my project is a deep appreciation for the role that coffee plays in the lives of developers. We know that coffee is more than just a beverage; it's a source of inspiration, a way to connect with others, and a catalyst for creativity. That's why I've dedicated myself to creating a platform that not only delivers useful information and resources, but also celebrates the joy of coffee and the unique community of developers that it brings together.
So if you're a developer who loves coffee, or a coffee lover who appreciates the art of development, my platform is the perfect place for you. Join me in exploring the world's best coffee experiences and connecting with like-minded developers from around the globe. Cheers to great coffee and great code!
## About me:
Please visit my [Linkedin](https://www.linkedin.com/in/arenadaiana/) to say thanks :grin: remember it helps me a lot ♥
## Before Installation - System Requirements
Make sure your development environment meets the following requirements:
- Node.js
- MacOS, Windows (including WSL), and Linux are supported.
## Getting Started
First, install all the dependencies:
```bash
npm install
# or
yarn install
```
Then, run the server:
```bash
npm start
# or
yarn start
```
Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.
## Learn More
### SCSS
To learn more about SCSS, take a look at the following resources:
- [SCSS Documentation](https://sass-lang.com/) - learn about SCSS features.
## Deploy on Vercel
The way to deploy my app was to used the [Vercel Platform](https://vercel.com/).