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

https://github.com/santiq/frontend


https://github.com/santiq/frontend

Last synced: 8 months ago
JSON representation

Awesome Lists containing this project

README

          

# Development

```
npm i
```

```
npm run dev
```

# Instructions

1. Create two new pages, sign up and sign in, which must have a form and call the provided API. These pages must be public.

2. Call the provided API and store user session. When refreshing the page, session must persist.

4. Add a logout button in the sidebar.

3. Make the Dashboard and Settings pages privated. They shouldn't be accessible without a session.

4. Add simple dark theme, user must be able to switch bettwen dark and light theme from a sidebar button.