Random project ideas. Currently flipped typing test
- You'll need to connect this project to an API that provides words. The one used for this project was Words API. Pass your API key into fetchWords.js and rewrite the GET requests according to that API.
- Once successfully connected, run
npm start
at the root. The project should be running at localhost:3000