Chuppay / assignment1

Mello is a web-based application designed to revolutionize the way users organize and break tasks down into sizeable time chunks. This project is associated with The University of Auckland SOFTENG 701.

Home Page:https://softeng701-group5.github.io/assignment1/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SOFTENG701 Group5 - Assignment1

Mello Logo

Mello is a web-based application designed to revolutionize the way users organize and break tasks down into sizeable time chunks.

This project is associated with The University of Auckland SOFTENG 701.

CI Status
Tests Tests
End to End Tests End-to-End Tests
ESLint and Prettier ESLint and Prettier
Build and Deploy Build and Deploy

Setting up

  1. Go to the shared repository, and click the 'Fork' button in the top right corner
  2. Click on your username to create your own copy of the shared repository. This is where you will collate your work
  3. Open a command prompt window on your computer, and navigate to the directory you want to store the project
  4. In your forked repository, click the green 'Code' button, and copy the github url in it
  5. In your command prompt, execute git clone [copied-url]. This should download your forked repository
  6. Run the command cd assignment1 to go into the assignment folder
  7. Run the command git remote add origin [copied-url] to make sure your project is linked to your forked repository
  8. Go to the shared repository, click the green 'Code' button, and copy the link
  9. In your command prompt, run git remote add upstream [new-copied-url] to link your project to the shared repository
  10. Run npm install to make sure your project is up to date

About

Mello is a web-based application designed to revolutionize the way users organize and break tasks down into sizeable time chunks. This project is associated with The University of Auckland SOFTENG 701.

https://softeng701-group5.github.io/assignment1/

License:Apache License 2.0


Languages

Language:JavaScript 88.3%Language:SCSS 10.7%Language:HTML 1.0%