Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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
```