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

https://github.com/devsubid/dobby-image-gallery

For Dobby Full-stack development internship 2024
https://github.com/devsubid/dobby-image-gallery

reactjs

Last synced: 3 months ago
JSON representation

For Dobby Full-stack development internship 2024

Awesome Lists containing this project

README

          

# [SUBID-DAS-DOBBY](https://subid-das-dobby-subid-das.vercel.app/)

![](https://github.com/itsme-Subid/Dobby/blob/main/register.jpeg?raw=true)
![](https://github.com/itsme-Subid/Dobby/blob/main/signin.jpeg?raw=true)
![](https://github.com/itsme-Subid/Dobby/blob/main/gallery.jpeg?raw=true)
![](https://img.shields.io/github/languages/top/itsme-Subid/subid-das-dobby?style=for-the-badge)
![](https://img.shields.io/github/languages/count/itsme-Subid/subid-das-dobby?style=for-the-badge)
![](https://img.shields.io/github/languages/code-size/itsme-Subid/subid-das-dobby?style=for-the-badge)
![](https://img.shields.io/github/repo-size/itsme-Subid/subid-das-dobby?style=for-the-badge)
![](https://img.shields.io/github/last-commit/itsme-Subid/subid-das-dobby?style=for-the-badge)
![](https://img.shields.io/github/commit-activity/w/itsme-Subid/subid-das-dobby?style=for-the-badge)

## Getting Started

To get started, you can simply clone this repository and install the dependencies.

### Cloning the Repository

To clone the repository, you will need to have git installed on your machine. Once you have those, you can use the following commands:

```bash
git clone https://github.com/itsme-Subid/subid-das-dobby.git
```

### Running the Project

To run the project, you will need to have Node.js and pnpm or yarn or npm installed on your machine. Once you have those, you can use the following commands:

```bash
cd subid-das-dobby
pnpm install
pnpm run dev
```

or, if you are using yarn:

```bash
cd subid-das-dobby
yarn
yarn run dev
```

or, if you are using npm:

```bash
cd subid-das-dobby
npm install
npm run dev
```

This will start the development server and you should be able to see the website by visiting http://localhost:5173 in your browser.

## Setting up Environment Variables

To set up environment variables, you will need to copy & rename the `.env.example` file to `.env`.

Once you have created the file, you can open it in your favorite text editor and fill the credentials properly.