This project was bootstrapped with Create React App.
This repository is a part of my "fun with" series. Each and every day I challenge myself to learn something new. Once I feel like I understand a subject well enough to move onto the next one, I build a small proof of concept or example so that I can reference it in the future.
This project was bootstrapped with create-react-app. It contains a simple application to fetch data from an API and display that data to the user. All styles are implemented with styled components.
- Clone the repository
- Navigate to the cloned project and run
npm install
- To start the project, run
npm start
to run the app in development mode. - Open http://localhost:3000 to view it in the browser.
- No further development is planned at this time.