Skip to content

scotty-the-ai-frontend-api-frontend-api-starter created by GitHub Classroom

Notifications You must be signed in to change notification settings

vinvyl/frontend-api-vinvyl

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Review Assignment Due Date Open in Visual Studio Code

Frontend + API Integration Starter Code

Getting Started

  1. Clone the repository to your local machine:

    git clone https://github.com/YOUR-USERNAME/YOUR-REPOSITORY.git
  2. Navigate into the project folder:

    cd frontend-app
  3. Install the dependencies:

    npm install
  4. Start the React app:

    npm start
  5. Your app will be running at http://localhost:3000.

Tasks

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

Submission

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

About

scotty-the-ai-frontend-api-frontend-api-starter created by GitHub Classroom

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%