https://github.com/janrockdev/cryptos-dash
https://github.com/janrockdev/cryptos-dash
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/janrockdev/cryptos-dash
- Owner: janrockdev
- Created: 2022-05-29T09:54:45.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-05-29T09:57:31.000Z (about 4 years ago)
- Last Synced: 2025-01-24T19:34:58.352Z (over 1 year ago)
- Language: TypeScript
- Size: 82 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.