Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nugwxa/lendsqr-dashboard
Frontend dashboard
https://github.com/nugwxa/lendsqr-dashboard
figma jest nextjs reactjs typescript
Last synced: about 2 months ago
JSON representation
Frontend dashboard
- Host: GitHub
- URL: https://github.com/nugwxa/lendsqr-dashboard
- Owner: Nugwxa
- Created: 2024-10-21T21:30:12.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-11-19T00:02:59.000Z (about 2 months ago)
- Last Synced: 2024-11-19T01:18:06.409Z (about 2 months ago)
- Topics: figma, jest, nextjs, reactjs, typescript
- Language: TypeScript
- Homepage: https://lendsqr-fe-dashboard.vercel.app/
- Size: 588 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Lendsqr Dashboard
A frontend project built with NextJS. It enables users to log in and access a dashboard for viewing and managing user information. The layout is fully responsive, ensuring an optimal experience across different devices.
## Tech Stack
- **Framework**: NextJS
- **Language**: TypeScript
- **Styling**: SCSS Modules
- **State Management**: Zustand
- **Testing**: Jest / React testing Library
- **Hosting**: Vercel## Installation
To run the project locally, follow these steps:
1. Clone the repo:
```bash
git clone https://github.com/nugwxa/lendsqr-dashboard.git
cd lendsqr-dashboard
```2. Install dependencies:
```bash
npm install
```3. Run the development server :
```bash
npm run dev
```4. Open [http://localhost:3000](http://localhost:3000) to view the application.
5. Running tests :
```bash
npm run test
```