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

https://github.com/janrockdev/cryptos-dash


https://github.com/janrockdev/cryptos-dash

Last synced: over 1 year ago
JSON representation

Awesome Lists containing this project

README

          

This is a [Next.js](https://nextjs.org/) CSR project bootstrapped with [`create-next-app`](https://github.com/vercel/next.js/tree/canary/packages/create-next-app).

## Technology Stacks
- Key Technologies: Next.js, Typescript, Tailwind CSS
- Libraries: React-Query, Lodash
- Tools to improve code quality: ESLint (Linter) + Prettier (Code Formatter) + Husky (Git Hooks)
- Deploy: Vercel (automated deployment!)

## Folder Structure
- `components/` - UI/layout components that are used globally.
- `constants/` - variables that are used globally.
- `utils/` - Shared utility/helper functions.
- `hooks/` - Hooks to fetch data using `useQuery` and `fetch` API.
- `pages/` - Next.js pages.
- `public/` - Next.js public directory, used for storing static assets.
- `styles/` - Global CSS file.
- `types/` - TypeScript types/interfaces that are used globally.

## Getting Started

First, run the development server:

```bash
npm run dev
```

Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.