{"id":20976111,"url":"https://github.com/igoraugust0/nextjs-dashboard","last_synced_at":"2026-04-07T20:31:40.903Z","repository":{"id":251546685,"uuid":"816929383","full_name":"IgorAugust0/nextjs-dashboard","owner":"IgorAugust0","description":"🖥️ Simple financial dashboard built with Next.js and Tailwind CSS","archived":false,"fork":false,"pushed_at":"2024-08-03T14:22:49.000Z","size":1301,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-12-28T09:47:56.166Z","etag":null,"topics":["bcrypt","clsx","nextjs","nextjs15","react","tailwindcss","typescript","zod"],"latest_commit_sha":null,"homepage":"https://nextjs-dashboard-igor.vercel.app/","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/IgorAugust0.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-06-18T17:07:13.000Z","updated_at":"2025-05-29T17:57:12.000Z","dependencies_parsed_at":"2024-08-03T22:03:07.494Z","dependency_job_id":null,"html_url":"https://github.com/IgorAugust0/nextjs-dashboard","commit_stats":null,"previous_names":["igoraugust0/nextjs-dashboard"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/IgorAugust0/nextjs-dashboard","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IgorAugust0%2Fnextjs-dashboard","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IgorAugust0%2Fnextjs-dashboard/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IgorAugust0%2Fnextjs-dashboard/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IgorAugust0%2Fnextjs-dashboard/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/IgorAugust0","download_url":"https://codeload.github.com/IgorAugust0/nextjs-dashboard/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IgorAugust0%2Fnextjs-dashboard/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31528299,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-07T16:28:08.000Z","status":"ssl_error","status_checked_at":"2026-04-07T16:28:06.951Z","response_time":105,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["bcrypt","clsx","nextjs","nextjs15","react","tailwindcss","typescript","zod"],"created_at":"2024-11-19T04:50:11.899Z","updated_at":"2026-04-07T20:31:40.878Z","avatar_url":"https://github.com/IgorAugust0.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Next.js Dashboard\n\nThis is a simple financial dashboard built with Next.js and Tailwind CSS, developed as part of the Next.js App Router Course. The application allows users to manage invoices, customers, and revenue data.\n\n[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/new/clone?repository-url=https%3A%2F%2Fgithub.com%2FIgorAugust0%2Fnextjs-dashboard)\n\n\u003cdiv\u003e\n  \u003cp align=\"center\"\u003e\n    \u003cimg src=\"https://github.com/user-attachments/assets/7a612a79-4b10-4ab0-8e7c-6d361191bc5c\" alt=\"Readme\" width=\"725\"\u003e\n  \u003c/p\u003e\n\u003c/div\u003e\n\n## Features\n\n- A public home page with a hero section and a call to action.\n- A login page with a form to authenticate users.\n- Dashboard pages that are protected by authentication.\n- The ability for users to add, edit, and delete invoices.\n- An accompanying database to store user, customers, invoices and revenue data.\n\n## Technology stack\n\n- **Styling:** [Tailwind CSS](https://tailwindcss.com/)\n- **Back-end:** [Next.js](https://nextjs.org/)\n- **Front-end:** [React](https://react.dev/)\n- **Deployment:** [Vercel](https://vercel.com/)\n- **Tools:** [Zod](https://zod.dev/) | [bcrypt](https://github.com/kelektiv/node.bcrypt.js) | [use-debounce](https://github.com/xnimorz/use-debounce)\n\n## Running locally\n\n1. Clone this repo:\n\n```sh\ngit clone https://github.com/IgorAugust0/nextjs-dashboard.git\n```\n\n2. Then go to the project's folder:\n\n```sh\ncd nextjs-dashboard\n```\n\n3. Install all dependencies:\n\n```sh\npnpm i\n```\n\n4. Configure your environment variables and follow the instructions:\n\n```sh\ncp .env.example .env.local\n```\n\n5. Run locally:\n\n```sh\npnpm dev\n```\n\n## Overview\n\nHere's a brief overview of what I've learned while building this project:\n\n- **Styling**: The different ways to style a Next.js application using Tailwind CSS.\n- **Optimizations**: How to optimize images, links, and fonts.\n- **Routing**: How to create nested layouts and pages using file-system routing.\n- **Data Fetching**: How to set up a database on Vercel, and best practices for fetching and streaming.\n- **Search and Pagination**: How to implement search and pagination using URL Search Params.\n- **Mutating Data**: How to mutate data using React Server Actions, and revalidate the Next.js cache.\n- **Error Handling**: How to handle general and 404 not found errors.\n- **Form Validation and Accessibility**: How to do server-side form validation and tips for improving accessibility.\n- **Authentication**: How to add authentication to a application using NextAuth.js and Middleware.\n- **Metadata**: How to add metadata and prepare a application for social sharing.\n\nFor more information, see the [course curriculum](https://nextjs.org/learn) on the Next.js Website.\n\n## What's next?\n\n- [ ] Add the customer page\n- [ ] Sign-up page.\n- [ ] Add dark mode support.\n- [ ] Internationalization support.\n\n## License\n\n[MIT License](./LICENSE) © Igor Augusto\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Figoraugust0%2Fnextjs-dashboard","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Figoraugust0%2Fnextjs-dashboard","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Figoraugust0%2Fnextjs-dashboard/lists"}