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.
- Host: GitHub
- URL: https://github.com/floony7/react-periodic-table-app
- Owner: Floony7
- Created: 2020-05-12T02:36:32.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-07T18:05:46.000Z (over 3 years ago)
- Last Synced: 2025-10-09T17:35:25.561Z (10 months ago)
- Language: JavaScript
- Size: 4.52 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
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.