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

https://github.com/zafar-saleem/dashboard


https://github.com/zafar-saleem/dashboard

Last synced: 8 months ago
JSON representation

Awesome Lists containing this project

README

          

**Disclaimers**

I decided to choose a different figma design as because the design given in the task description is only an image whereas I needed a figma, sketch or psd design and also in the task it was clearly mentioned in the task is `Please use your own design or template (no specific asset, feel free to use any that relates)`. Below is the link to figma design I choose for this task.

https://www.figma.com/file/H17zwRaeqDK6DEMRUxEpjc/Dashboard-(Community)?type=design&node-id=0-1&mode=design&t=YfibPhDcXjXJG6EU-0

## Technological Stack

1. Nextjs
2. Reactjs
3. husky
4. commitlint
5. Typescript
6. Atomic Design Principle
7. CSS
8. HTML

Styles contains all of the global styles and variables such as `palettes`, `typography`, `gutters` i.e. `spacing` & `gaps` & `vars` etc. I decided this approach to make it developer friendly & leave less amount of technical debt.

## How to run

To install dependencies use below commands.

```bash
cd dashboard
yarn
```

To run locally.

```bash
cd dashboard
yarn dev
```

To build

```bash
cd dashboard
yarn build
```

To run lint

```bash
cd dashboard
yarn lint
```

## Live demo

https://dashboard-gilt-seven.vercel.app/