Giter Site home page Giter Site logo

dwigoric / ccapdev-web-app Goto Github PK

View Code? Open in Web Editor NEW
0.0 0.0 0.0 788 KB

Source code for CCAPDEV MCO, Term 3 AY 2022-2023. Code in this repository depends on the API deployed with code from https://github.com/Dwigoric/CCAPDEV-Server-App.

Home Page: https://dwigoric.github.io/CCAPDEV-Web-App/

License: GNU General Public License v3.0

JavaScript 8.08% HTML 0.44% Vue 88.87% CSS 2.61%

ccapdev-web-app's Introduction

Compact Donuts

This is the forum for the Compact Donuts project. This is for partial fulfillment of the requirements for the course CCAPDEV.

Customize API endpoint

The API endpoint is set to https://compact-donuts.azurewebsites.net by default. You can change this by setting the VITE_API_URL environment variable.

You can do this by cloning the example.env file and renaming it to .env. Then, change the value of VITE_API_URL to your desired API endpoint.

Alternatively, you can also set the VITE_API_URL environment variable directly in your terminal before running the npm run dev command.

Recommended IDE Setup

VSCode + Volar (and disable Vetur) + TypeScript Vue Plugin (Volar).

Customize configuration

See Vite Configuration Reference.

Project Setup

npm install

Compile and Hot-Reload for Development

npm run dev

Compile and Minify for Production

npm run build

Run Unit Tests with Vitest

npm run test:unit

Lint with ESLint

npm run lint

ccapdev-web-app's People

Contributors

dwigoric avatar thea1210 avatar nevetsyuu avatar profredacted avatar

ccapdev-web-app's Issues

Frontend form validation

Validate all forms in the frontend portion. Like the login and registration form, which validates the format of the input, do this for the other inputs (for example, format of comments and posts). Additionally, the username on registration must only accept alphanumeric characters. This can be done using regular expressions, which you can test here and refer to this cheatsheet.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.