This project is a simple React application that displays a business card styled box in the center of the screen. The text inside the box reads "Your business card". Please check the dedicated Notion page for further instructions on this project.
Before you begin, ensure you have met the following requirements:
- You have installed Node.js and npm. You can download them from nodejs.org.
Follow these steps to set up and run the project:
- Clone the repository (if you haven't already):
git clone <repository-url>
cd intern-react-challenge- Install dependencies:
npm install- Run the development server:
npm start- Open the app: Open your browser and navigate to http://localhost:3000 to see the business card styled box in the center of the screen.
public/index.html: The main HTML file that includes the Montserrat font link.src/App.js: The main React component that renders theBusinessCardcomponent.src/BusinessCard.js: The React component for the business card styled box.src/BusinessCard.css: The CSS file for styling the business card component.src/App.css: The CSS file for global styles.
Feel free to extend the functionality and styling of this app. You can add more components, styles, and features as needed.
If you have any questions or need further assistance, please contact us.