A simple Trello clone made with React.js and node.js.
Explore the docs »
View Demo
·
Report Bug
·
Request Feature
Table of Contents
A list of commonly used resources that I find helpful are listed in the acknowledgements.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
git clone [email protected]:halkim44/trello-clone.git
To start development, make sure that mongodb is running locally in mongodb://127.0.0.1:27017 and then open a terminal in server
and client
directory and type these commands
# client
npm start
# server
npm run dev
See deployment section for notes on how to deploy the project on a live system.
- npm
npm install npm@latest -g
- mongod install mongod on Linux, macOS and Windows..
The server and client was deployed separately. the client was deployed to netlify while the server was deployed to heroku.
See the open issues for a list of proposed features (and known issues).
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
Distributed under the MIT License. See LICENSE
for more information.
Halkim - @hlkimhlkim - [email protected]
Project Link: https://github.com/halkim44/trello-clone