This is a solo project with Chingu Solo Projects organization
Specifications - https://github.com/chingu-voyages/voyage-prework-tier3-favfonts
Created using React
Created using Node, Express
- Clone this repo
- Get GoogleFont Api Key Google Fonts Developer API
- Backend (all commands in backend/ directory)
- Run
npm install
. - Add .env file in backend directory and store your GoogleFont Api Key
FONT_API_KEY = "YOUR_API_KEY"
Replace YOUR_API_KEY with the key you get in step-2. - Run
node index.js
to start your backend server.
- Run
- Frontend(all commands in frontend directory from a different terminal)
- run
npm install
- run
npm start
- run
This project utilizes the Google Fonts API and the Google Fonts Developer API. You will need to register for a free api key in order to complete this project as calls to the developer api are severely capped without one.
See-your-Chingu-homepage-for-what-project-to-build -> https://chingu.io/ | Solo Koala | Twitter: https://twitter.com/ChinguCollabs