A simple client manager based on a Cause Effect App from App Ideas
- 💡 Features
- 🎯 Purpose
- 🛠 Installation
- 📝 Utilization
- 🤝 Contributing
- ⚙ Technologies Used
- 👋 Author
- 🧾 License
- 🧑 View details of each client dynamically
My purpose with this project is to learn more about design patterns and UI/UX design.
You need to download git initially
Run this command to clone the repository:
git clone https://github.com/AleNoia/client-manager.git
Run the index.html
file in the src
folder
It's very simple to use the Client Manager.
In the file manageClient.js
is where all logic meets.
The application uses an array from the clients.js
file in which it takes all the client data to be processed and displayed.
The creator.js
file processes the birthday data to find out the age and also the names to be abbreviated.
The main.js
file starts application and handles possible errors.
Technologies that were used in the development of the project:
- Fork the project.
- Create a new branch with your changes:
git checkout -b my-feature
- Save your changes and create a commit message telling you what you did:
git commit -m" feature: My new feature "
- Submit your changes:
git push origin my-feature
If you have any questions check this guide on how to contribute
Feel free to contribute 🙂
If you want to contact, mail me or send a message on Twitter
Released in 2021. This project is under the MIT license.
Made by Igor Noia 👋