Skip to content

dimitriskd/my-travel

Repository files navigation

React Business Card

React Business Card

Overview

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.

Features

  • 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.

Getting Started

Follow these steps to get the project up and running on your local machine:

  1. Clone the repository:

    git clone https://github.com/dimitriskd/my-travel.git
  2. Navigate to the project directory:

    cd my-travel
  3. Install dependencies:

    npm install
  4. 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.

Project Structure

  • 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.

Dependencies

  • React: A JavaScript library for building user interfaces.

  • Vite: A fast build tool that enhances the development experience.

Credits

This project was developed as part of a Scrimba teaching lesson. Special thanks to Scrimba for providing an interactive platform for learning web development.

Author

"https://github.com/dimitriskd"

Feel free to customize this README file according to your project's specific details and requirements.


Happy coding! 🚀

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published