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

https://github.com/joyontokarmakar/next-conferance-task

This site created with Nextjs v13.4.8, for design purpose I used here tailwind css, and for data integration I will use Graphql API.
https://github.com/joyontokarmakar/next-conferance-task

apollo-client conference graphql-api momentjs nextjs react-beautiful-dnd reactjs tailwind

Last synced: 8 months ago
JSON representation

This site created with Nextjs v13.4.8, for design purpose I used here tailwind css, and for data integration I will use Graphql API.

Awesome Lists containing this project

README

          

## Next-Conference-project

## Whats's included

```
Next-Conference-Project
├── Next-js # Framework
│ └── vl3.4.8

├── Tailwind CSS # project root
│ ├── v3.3.2
|
├── apollo/client # bind a query to a component
│ ├── v3.7.16

├── graphql # query language
│ ├── v16.7.1

├── react-beautiful-dnd # List Drag and Drop
│ ├── v13.1.1

├── moment js # Date Formatter
│ ├── v2.29.4
└──
```

## [Live Site](https://conference-manage.netlify.app/)

## To Run Project in your Local PC follow the following steps:

### Clone My Github Repository from:
```
https://github.com/Joyontokarmakar/next-conferance-task.git
```

### Installation

``` bash
$ npm install
```

or

``` bash
$ yarn
```

### Basic usage

``` bash
# dev server with hot reload at http://localhost:3000
$ npm run dev
```

or

``` bash
# dev server with hot reload at http://localhost:3000
$ yarn dev
```

### For API

[API Endpoint](https://api.react-finland.fi/graphql).

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