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

https://github.com/utkarsh1504/accu-auth


https://github.com/utkarsh1504/accu-auth

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

## Setup instruction

1. open your terminal and clone the repo
```sh
git clone
```

2. move into repo
```sh
cd accu-auth
```

3. install all dependencies
```sh
npm install
```

4. run locally
```sh
npm run dev
```

5. open `http://localhost:5173/`

### Tech-stack used
1. React
2. Tailwind css
3. Zustand (for state management)
4. React-router-dom

### Task Completed
1. Implemented user authentication with login and sign up functionality.
2. Enabled user logout functionality (in the navbar).
3. Stored user signup details in localStorage for persistent data retention.
4. Managed application state using Zustand for efficient state management.