Skip to content

becloudready/DemoApps

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

DemoApps

A collection of small demo and learning projects.

Apps

App Description Stack
world-clock World clock with multiple timezones React
employee-app Full-stack employee management CRUD app React + FastAPI + MongoDB

Getting started

Each app is self-contained. Navigate into an app folder and run:

cd apps/<app-name>
npm install
npm start

Structure

apps/
├── world-clock/     # React world clock app
└── employee-app/    # React + FastAPI + MongoDB employee CRUD app

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors