Skip to content

Simple address book to improve my JavaScript skillz

License

Notifications You must be signed in to change notification settings

gedeagas/address-book-demo

Repository files navigation

Captivating Contacts App

Basic contacts app in HTML, Bootstrap, and vanilla JavaScript

GitHub commits Travis branch GitHub followers Twitter Follow

Introduction

This is the most basic of contact apps. It is a project I started last year and am looking to finish up next summer. It is basically just some HTML, Bootstrap, and vanilla JavaScript.

Once I get comfortable with vanilla JavaScript and have worked my way through the Advanced Front-End and Backend projects at Free Code Camp, I will add some Node.js and Postgres.

For now it is a place to store and search a small database of contacts, or an address book.

Usage examples

This is just for practice. If you're a newbie, you could fork this and improve upon it. It isn't a traditional "open source" project. It is just something for me to showcase what I am learning. If you are learning to, fork it!

Disclaimer: App is still in the very early stages. I am working on it but not as frequently. I plan to get it done by the end of next year's summer break.

Development setup

I test with Travis CI. To set that up, make a package.json and use either Yarn or npm:

npm init

or with yarn,

yarn init

both will make a package.json file in your root directory.

Then you make the Travis CI YAML file:

language: node_js
node_js:
  - "6.3.1"

Contributing

I am not expecting a lot of contributions. But if you do contribute, fork the repo, and submit a pull request. I will be adding feature branches in the near future.

Keep it to vanilla JavaScript or jQuery for now. Still learning the basics. No frameworks, no matter how much better it will make the app. Still working through school and Free Code Camp so in time there will be more features.

Release history:

  • 0.0.1
    • Work in Progress

Help

You can help me with this project, submit bugs and feature requests at my Trello board or submit issues here on GitHub.

Meta

You can follow my dev happenings on Twitter: @TiffanyW_412 or on my blogs Programming in Progress and Code Newbie in Pittsburgh, or you can email me at hey@tiffanyrwhite.com for any concerns or comments.

This Project is Licensed under MIT License. See LICENSE for more information.

About

Simple address book to improve my JavaScript skillz

Resources

License

Stars

Watchers

Forks

Packages

No packages published