/noroff-js2-ca

Course assignment for the JS2 course

Primary LanguageHTML

CSS Frameworks, Tailwind

image

A Noroff assignment to create a website using Tailwind.

Description

This is a simple website created using Tailwind. It is a part of the Noroff course to learn about CSS Frameworks.

The full assignment description can be found here.

There is no functionality to the website, it is just a static website.

The pages created for the assignment are:

  • Login page
  • Profile page
  • Feed page

Built With

The page is built with the following technologies:

Getting Started

Installing

  1. Clone the repo:
git clone git@github.com:ttowntom/noroff-css-frameworks.git
  1. Install the dependencies:
npm install

Running

To run the app in dev mode, run the following commands:

npm run dev