GoalMaker
My version of Trello
View Demo · Report Bug · Request Feature
Table of Contents
About The Project
This project allows each person to write down their goals. You can add multiple lists that you want to run. After you complete a goal from the list, you can delete it.
Built With
Getting Started
To get a local copy up and running follow these simple steps.
Prerequisites
You only need node.js and npm to run the project.
- npm
npm install [email protected] -g
Installation
- Clone the repo
git clone https://github.com/eagle1717/GoalMaker.git
- Install NPM packages
npm install
- Run the local server:
npm run serve
- After you are done with development, run for production using the following command:
npm run build
Contributing
Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
License
Distributed under the MIT License. See LICENSE
for more information.
Acknowledgements
- Trello - inspiration for the project