Skip to content
Snippets Groups Projects
Commit 1a14c77d authored by Miska Sulander's avatar Miska Sulander
Browse files

update readme and docs

parent 7613f2bd
No related branches found
No related tags found
No related merge requests found
# webprog2022-courses # Part 2 Courses
React-app Courses contains excercises 1-3 from UTU Web and mobile programming course part 2.
\ No newline at end of file
# Part 1 Courses # Part 2 Courses
This React-app contains excercises 1-5 from UTU Web and mobile programming course part 1. This React-app contains excercises 1-3 from UTU Web and mobile programming course part 2.
...@@ -3,6 +3,7 @@ import Contents from './Contents' ...@@ -3,6 +3,7 @@ import Contents from './Contents'
import Header from './Header' import Header from './Header'
import Total from './Total' import Total from './Total'
/** Renders course contents: Header, contents, total */
const Course = (props) => { const Course = (props) => {
return( return(
<div> <div>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment