Skip to content

petekgithub/silverlight

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 

Repository files navigation

Silverlight Project Information

  • For Silverlight, they requested a custom dashboard in which they can enter the URL of the website, and retrieve information about the website’s technology and how many pages the website contains.

  • Libraries/Frameworks/Modules

    • ReactJS
    • NodeJs
    • Scraper API (Web API)
    • Node.js web scraping libraries (Cheerio, Puppeteer)
  • Running the Backend

    • cd backend
    • node server.js
  • Running the React Frontend

    • cd frontend
    • npm i
    • npm start

2 3 4