issues
search
phillipsja97
/
digiCaddie
Front-end Capstone Project
1
stars
0
forks
source link
courses are rendering
#23
Closed
phillipsja97
closed
4 years ago
phillipsja97
commented
4 years ago
pulled the course data from the coursesData.js to courses component.
set the state for the courses to use.
created a SingleCourseCard.js to outline the way each course would be displayed.
imported SingleCourseCard into the render() for Courses.js.
mapped over the courses state to then render each course in Courses.js.
all courses are rendering.