Author: Abdullah Akçam
- Gets users name and surname and saves in localStorage
- Fetches latest currency data from https://www.exchangerate-api.com/
- React state application to easy and clearly update component on state change
- Using Bootstrap 5.1 for a good and clear UI
- Make sure user is entering valid data
- Responsive grid layout
- Dynamic table generation
git clone https://github.com/akchama/front-end-challenge.git
cd front-end-challenge
npm install
npm start
- React
- Axios
- Bootstrap.css
- Materialize.css
This project is licensed under the MIT License
- Thanks to Muni for a fun and challenging project
Before starting this challenge I had no prior React knowledge, after learning it here and there and trying to implement what I learned, I ended up with a messy codebase.