Skip to content

Different small apps for the Full Stack course at Helsinki University

Notifications You must be signed in to change notification settings

han-le11/fullstack-projects

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fullstack development with React

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.

Tools

The small apps in this repository were created with Vite by running the command.

npm create vite@latest appname -- --template react

How to start an app

cd partX
npm install
npm run dev

where X is the number of part. The application will start on a localhost port.

About

Different small apps for the Full Stack course at Helsinki University

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published