Open
Conversation
I made my folders and files for what I will be needing. Plus added my .env.local files for my api key which I will try to hide when it comes to submitting.
I made the store and the provider, no reducer yet
we added the logic for the API call using axios and createAsyncThunk as well as adding extraReducers to update slice
Forgot to commit my last section as I am running into some problems but will explain in next commit
Well I fixed some error but now i see that when I run my server I see nothing. Will have to make sure everything is linked up correctly, could be that there is also no css.
in the file SearchBar I had put cityName insteatd of state which I problably should reverse but thats fine for now
fixed some name errors. I wanted to change some names and i got mixed up with where I put them for a bit But I am now all organized and will continue with the app.
After a very long time I looked at all the naming mistakes in the entire app and was able to get it working. Now using Redux/RTK we can type a city name and get 3 charts back using React SparkLines.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Had to take a long break unfortunately. Hope this doesn't affect me finishing the course.