A photo website build with React allows you search for Pexels photos and click it to download to meet your needs.
- Download Node.js
- Clone the files and use
npm install
to setup the prerequisite for this project
Put your own API Key in /src/config/Keys.js
Run the app in the development mode with npm start
.
Open http://localhost:3000 to view it in your browser.
Check out the live project (Github Pages) by clicking React Photo Website.
If you don't know how to deploy a react app to Github Pages, you can go visiting Deploying a React App to GitHub Pages , it shows you how you can create a React app and deploy it to GitHub Pages.
To learn React, check out the React documentation.
Project : 2022 網頁開發全攻略(HTML, CSS, JavaScript, React, SQL, Node, more)