mohole / next-workshop

Resource material for the React+Next.js workshop.

Home Page:https://next-workshop-teal.vercel.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

React + Next.js Workshop - 12/02/2024 @ Mohole

workshop poster image generated with Midjourney v6

Requirements

What we are using

Publishing

This project can be deployed on any Node.js hosting, but to keep things simple & easy we will use the Vercel free tier.

Local development

Clone the repo

$ git clone https://github.com/mohole/next-workshop

change to project folder

$ cd next-workshop

install the dependencies

$ npm ci

start the local development server

$ npm run dev

you can now check your application at http://localhost:3000.

Where to go from here

You can enhance the application in many ways:

  • design a complete different UI
  • add separated lists/folders of tasks
  • add task creation date
  • add task deadline date
  • handle API errors
  • add tags or color label to tasks
  • search/sort tasks
  • use a different persistance solution (Neon, MongoDB Atlas, Supabase, Appwrite, etc..)
  • add authentication(Supabase, Appwrite, Firebase)

or more in general:

  • use a pre-built UI library (DaisyUI, Ant, etc...)
  • use a different styling solution (CSS Modules, Tailwind, etc..)
  • adapt the concept and patterns to a different use case (blog, catalog, contacts management, etc...)

License

Released under the MIT License.

About

Resource material for the React+Next.js workshop.

https://next-workshop-teal.vercel.app/

License:MIT License


Languages

Language:JavaScript 62.7%Language:CSS 37.3%