Skip to content

Latest commit

 

History

History
57 lines (34 loc) · 3.27 KB

README.md

File metadata and controls

57 lines (34 loc) · 3.27 KB

Webapp-Project

Task App GIF

Click here to see the deployed app.

This is a Task Planner CRUD (Create, Read, Update, Delete) application project made by a group of contributors in the Generation Australia Junior Web Developer bootcamp course.

GitHub issues GitHub forks GitHub stars GitHub license

Getting Started

Create a clone by clicking the green 'Code' button near the top of the GitHub repository page (Optionally, you can also fork the repository). Then open your terminal and paste git clone along with the HTTPS link to have the app's code on your local machine. Follow by using cd and the name of the cloned folder to move inside of it, and then use code . which will select open all files in the folder in Visual Studio Code. We've written a lot of comments to make it easier to understand the application's logic, and how you can change parts of the code to make the task planner behave how you like.

Prerequisites

Install Git and Node.js on your system to send/receive files between repositories and to use the Mocha and Chai dependencies.

Running the tests

Coding tests performed with regular console.log()s, and using Mocha & Chai.

Deployment

To deploy our project we linked the project with GitHub pages.

Built With

Authors

See also the list of contributors who participated in this project.

License

This project is licensed under the MIT License - see the LICENSE.md file for details

Acknowledgments

  • Hat tip to Bhaumik and Aaron at Generation Australia for the help and guidance.

Intro Adding Tasks Demonsrating Tasks UX & Responsiveness Thanks

THE END 👏