Current branches:
master part2.1
Branch part2.1 contains the latest refactored version of the app courseinfo.
Repository structure is as follows:
part0 part1 courseinfo unicafe anecdotes part2 phonebook countries
The part folders correspond to the parts in the Full Stack course of Helsinki University.
One app per folder, e.g., the app for course information is in folder courseinfo.
The whole React repository of each app is put in each folder except the folder node_modules.
The small apps in this repository were created with Vite by running the command.
npm create vite@latest appname -- --template react
cd partX npm install npm run dev
where X is the number of part. The application will start on a localhost port.