Skip to content

akessah/skrib_frontend

Repository files navigation

Assignment 4b Deliverable Links

user journey

user journey video

visual design study

skrib_frontend

Frontend for skrib project, built with Vue 3 + Vite.

Setup

Install dependencies:

npm install

Development

Start the development server:

npm run dev

The app will be available at http://localhost:8000.

Building

Build the app for production:

npm run build

Preview the production build:

npm run preview

Project Structure

skrib_frontend/
├── api_specs/          # API specification documents
├── src/
│   ├── main.js        # Application entry point
│   ├── App.vue        # Root component
│   ├── components/    # Reusable components
│   └── views/         # Page components
├── index.html         # HTML entry point
├── vite.config.js     # Vite configuration
└── package.json       # Dependencies and scripts

Features

This application includes support for:

  • Authentication
  • Posting
  • Commenting
  • Upvoting
  • Tagging
  • Notifications

See the api_specs/ directory for detailed API specifications.

About

Frontend for skrib project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •