Skip to content

usmanasif/infinite-discs

Repository files navigation

Infinite Discs

Requirements

For development, you will only need Node.js installed on your environment. And please use the appropriate Editorconfig plugin for your Editor (not mandatory).

Node

Node is really easy to install & now include NPM. You should be able to run the following command after the installation procedure below.

$ node --version
v14.20.0

$ npm --version
v8.18.0

Node installation on OS X

You will need to use a Terminal. On OS X, you can find the default terminal in /Applications/Utilities/Terminal.app.

Please install Homebrew if it's not already done with the following command.

$ ruby -e "$(curl -fsSL https://raw.github.com/Homebrew/homebrew/go/install)"

If everything when fine, you should run

brew install node

Node installation on Linux

sudo apt-get install python-software-properties
sudo add-apt-repository ppa:chris-lea/node.js
sudo apt-get update
sudo apt-get install nodejs

Install

$ npm install

Start & watch

$ ng serve --open

Run test cases

$ ng test

Languages & tools

JavaScript

  • Angular is used for UI.
  • Prettier for maintaining code quality in project.

CSS

  • CSS is used for styling.
  • Bootstrap is used make responsive UI.

Notes

  • Implemented a frisbee list component.
  • Implemented a frisbee detail component.
  • Added Basic Test Cases for components.

Future Work

  • We can add proper Authentication Process where user can signup/Login with email and password.
  • We can Add Cart page.
  • We can Add checkout page.
  • We can add detailed test cases.
  • We can add Profile page.
  • We can add profile CRUD.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published