Skip to content

A platform for sharing the best design resources around the web is being developed using Next.js, Prisma, Tailwind CSS, and MySQL.

License

Notifications You must be signed in to change notification settings

Jay-Ohhh/web-design-resources

Repository files navigation

Web Design Resources - A platform for sharing the best design resources, development, applications, articles, UI libraries, tutorials, tools, and software around the web.

A platform for sharing the best design resources, development, applications, articles, UI libraries, tutorials, tools, and software around the web.

Github Repo Stars License: MIT

Introduction · Features · Local Development · Tech Stack · Reference


Introduction

Web Design Resources is a platform for sharing the best design resources, development, applications, articles, UI libraries, tutorials, tools, and software around the web.

You can visit the website by clicking here.

Features

  • User Authentication
  • CRUD for resources
  • Searching through resources
  • Comment
  • Profile
  • Themes - Light/Dark
  • SEO - Google Indexing

Tech Stack

Local Development

To develop locally, you will need to clone this repository, install MySQL, and set up all the env vars outlined in the .env.local.example

Once that's done, you can use the following commands to run the app locally:

npm install
npm run db:init
npm run dev

Reference