This project is a simple and stylish business card created using React and plain CSS. It serves as a hands-on exercise for learning React, and it was developed as part of a Scrimba teaching lesson.
-
React Components: The project is built using React components, showcasing the modular and reusable nature of React.
-
React Props: The main reasoning behind this project is shocasing how easy is to create multiple instances of the same components with different values using props.
-
Plain CSS Styling: The styling is done using plain CSS, demonstrating the fundamental concepts of styling in web development.
-
Vite Build Tool: The project is set up with Vite, a fast build tool that enhances the development experience by providing a quick and efficient development server.
Follow these steps to get the project up and running on your local machine:
-
Clone the repository:
git clone https://github.com/dimitriskd/my-travel.git
-
Navigate to the project directory:
cd my-travel
-
Install dependencies:
npm install
-
Start the development server:
npm run dev
This will launch the application locally. Open your browser and go to
http://localhost:####
to view the business card.
-
src/components: Contains React components used to build the business card.
-
styles.css: Holds the CSS for styling the business card.
-
public: Includes the
screenshot.png
image and other public assets.
-
React: A JavaScript library for building user interfaces.
-
Vite: A fast build tool that enhances the development experience.
This project was developed as part of a Scrimba teaching lesson. Special thanks to Scrimba for providing an interactive platform for learning web development.
"https://github.com/dimitriskd"
Feel free to customize this README file according to your project's specific details and requirements.
Happy coding! 🚀