Skip to content
This repository has been archived by the owner on Aug 29, 2023. It is now read-only.

Commit

Permalink
fix: final touches
Browse files Browse the repository at this point in the history
  • Loading branch information
tthttl committed Apr 19, 2023
1 parent d76b6c7 commit fac467b
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
12 changes: 9 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
This is a [Next.js](https://nextjs.org/) project bootstrapped with [`create-next-app`](https://github.com/vercel/next.js/tree/canary/packages/create-next-app).
## Mumble App
Twitter clone, created for the Frontend Engineering Advanced CAS 2023 Course.

## Getting Started

Expand All @@ -17,6 +18,10 @@ Open [http://localhost:3000](http://localhost:3000) with your browser to see the

You can start editing the page by modifying `pages/index.tsx`. The page auto-updates as you edit the file.

## UI-Lib

The App uses the "@smartive-education/design-system-component-z-index-at" library, which has been created as a design system/component library especially for this application as a preceeding separate project also as part of the aforementioned CAS course.

## Use the App

Click the Login/Register Button on the login screen and login with an existing user, or register a new user on Zitadel.
Expand Down Expand Up @@ -60,14 +65,14 @@ The easiest way to deploy your Next.js app is to use the [Vercel Platform](https

Check out our [Next.js deployment documentation](https://nextjs.org/docs/deployment) for more details.

**Rendering strategies**
## Rendering strategies

- Login - Static
- Timeline - Static && Client Side
- Profile - Client Side
- Detail - Server side

**Features**
## Features

Mobile first design

Expand Down Expand Up @@ -95,6 +100,7 @@ Detail Page

- State management: useReducer
- Can be shared (by copying and pasting the url in a different window)
- Reducers are unit tested



2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "cas-fee-adv-qwacker-tpl",
"name": "mumble-app-z-index-at",
"version": "0.0.0-development",
"private": true,
"scripts": {
Expand Down

1 comment on commit fac467b

@vercel
Copy link

@vercel vercel bot commented on fac467b Apr 19, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.