-
Clone the repository to your local machine:
git clone https://github.com/YOUR-USERNAME/YOUR-REPOSITORY.git
-
Navigate into the project folder:
cd frontend-app
-
Install the dependencies:
npm install
-
Start the React app:
npm start
-
Your app will be running at
http://localhost:3000
.
- Customize the Welcome Component: Add your own message and additional HTML elements (like an image or list).
- API Customization: Replace the current API (
https://jsonplaceholder.typicode.com/posts
) with a different one, such as the Dog API or Cat Facts API. - Deployment: Deploy your project to Vercel and submit the GitHub repository link and deployment link.
-
Push your code to GitHub using the following commands:
git add . git commit -m "Completed frontend app with API integration" git push origin main
-
Submit your GitHub Classroom assignment, ensuring that you include both the repository and live deployment links.