Skip to content

nabeel77/portfolio

Repository files navigation

Portfolio

Technologies ⚙️

The portfolio was developed using several libraries and services

  1. React.js: A Javascript library for building rich UI
  2. Next.js: It is a open-source web development framework built on top of react enabling react for server side rendering and to generating static websites.
  3. TailwindCss: It is a utility-first css framework that can be used directly in markup in order to design components
  4. DaisyUI: Open-source UI component library built on top of tailwind css
  5. MongoDB: MongoDB is a document, collection database that provides flexibility for quering and indexing. It is NoSql database.
  6. AWS S3: Amazon S3 is a cloud based object, file storage service

Installation 📀

Portfolio requirements

Node.js >=18.7.0, Yarn >=1.22.17

Install dependencies and dev dependencies using the following command


 cd portfolio
 yarn install

Build the app and run the server


yarn build
yarn start

Run development server 🛠️

yarn dev