8000 GitHub - dimacuhamarc/fc-frontend-task
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

dimacuhamarc/fc-frontend-task

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FC Part 2: Frontend Task

A React Application that displays fetched data from bored-api. The application allows you to export the data to Json, CSV, or to print it in console.

Live Production

https://fc-frontend-task.vercel.app/

Technologies and Packages Used

  • React.JS (Framework)
  • Axios
  • File-saver
  • TailwindCSS (Styling)
  • DaisyUI (Tailwind Plugin Library)

Setup and Run Locally

Clone the project

  git clone https://github.com/dimacuhamarc/fc-frontend-task.git

Go to the project directory

  cd fc-frontend-task

Install dependencies

  npm install

Run the cli command

  npm run start

API Urls

https://bored-api.appbrewery.com/random

Specifically used this alternative to avoid cors errors

https://bored.api.lewagon.com/api/activity

0