An open API service indexing awesome lists of open source software.

https://github.com/floony7/react-periodic-table-app

A React app that uses a Periodic Table API to generate a variety of views. Very much a practice app for using Context, UseReducer and styled components.
https://github.com/floony7/react-periodic-table-app

Last synced: 15 days ago
JSON representation

A React app that uses a Periodic Table API to generate a variety of views. Very much a practice app for using Context, UseReducer and styled components.

Awesome Lists containing this project

README

          

# React Periodic Table App
A React app that uses a Periodic Table API to generate a variety of views. Very much a practice app for using Context, UseReducer and styled components.
**React practice app**
My goal in this project is to simply fetch an API of Periodic Table element data and use it to create interesting views and functionality. The project will use React Router, Context and useReducer, with styling predominantly done via styled components.