https://github.com/santiq/frontend
https://github.com/santiq/frontend
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/santiq/frontend
- Owner: santiq
- Created: 2024-08-21T08:21:56.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2024-08-21T08:44:05.000Z (about 1 year ago)
- Last Synced: 2025-01-02T02:44:49.520Z (9 months ago)
- Language: TypeScript
- Size: 49.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.