This is a Next.js project that I have deployed. You can view the live application at next.sabari.dev.
This project is a dashboard application built using Next.js and styled with Tailwind CSS. It serves as a practical implementation of the skills I have learned in Next.js and Tailwind CSS.
- Next.js: A React framework for building server-side rendered and statically generated web applications.
- Tailwind CSS: A utility-first CSS framework for rapid UI development.
- PostgreSQL: A powerful, open-source object-relational database system.
The application is deployed and can be accessed at next.sabari.dev.
I have learned Next.js and Tailwind CSS through various resources, including the Next.js documentation and the Tailwind CSS documentation.
For more information on learning Next.js, see the course curriculum on the Next.js website.
You can view my portfolio at sabari.dev.
This project was created by Sabarinathan R.
To start the application locally, follow these steps:
-
Clone the repository:
git clone https://github.com/sabarinathan07/nextjs-dashboard.git cd nextjs-dashboard
-
Install the dependencies:
npm install
-
Set up the environment variables: Create a .env.local file in the root directory and add your PostgreSQL credentials and other necessary environment variables. Refer to the .env.example file for the required variables.
-
Run the development server:
npm run dev
5.Open your browser and navigate to http://localhost:3000 to view the application.