An open API service indexing awesome lists of open source software.

https://github.com/bk408/multi-app


https://github.com/bk408/multi-app

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

        

# Structure

case:1 =>

NavBar should be visible
Image in the background on the log-in page

1. Login Form => Email Address & Password with authentication
2. SignIn Form => Username, Email Address & Password with authentication

If the user already has an account then he can log in if not then the user needs to click on Create an account.

Then user routes to the sign-in form and here user needs to enter their name, email & password.

This is a conditional case.

case:2 => After Login there is a page that mentions welcome to multi-app and If you want to use it then click on it.

To be continued...

1. Create multi-project
2. cart application
3. star rating

# Pending

1. name validation => check error why we are unable to implement this

# Completed

1. Navbar Created
2. Path created for Components
3. Sign In / Sign up form with validation (Regex)
4. Authentication added in sign in & sign up form (Firebase)
5. Setup the store
6. userSlice created
7. onAuthChange Functionality added in Body
8. Navigate through Browse page
9. Sign out button in Navbar
10. Minor change in styling