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.
- Host: GitHub
- URL: https://github.com/joyontokarmakar/next-conferance-task
- Owner: Joyontokarmakar
- Created: 2023-07-06T15:20:00.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-08-11T19:53:00.000Z (about 2 years ago)
- Last Synced: 2025-01-11T08:48:27.137Z (9 months ago)
- Topics: apollo-client, conference, graphql-api, momentjs, nextjs, react-beautiful-dnd, reactjs, tailwind
- Language: JavaScript
- Homepage: https://conference-manage.netlify.app/
- Size: 3.31 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.