https://github.com/jannaee/the-daily-dev
Daily practice in UI/UX/Front End Development
https://github.com/jannaee/the-daily-dev
100daysofcode 100daysofcodelog
Last synced: 2 months ago
JSON representation
Daily practice in UI/UX/Front End Development
- Host: GitHub
- URL: https://github.com/jannaee/the-daily-dev
- Owner: jannaee
- License: mit
- Created: 2018-08-10T16:35:33.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-10-07T00:19:39.000Z (over 7 years ago)
- Last Synced: 2025-03-22T22:27:36.077Z (over 1 year ago)
- Topics: 100daysofcode, 100daysofcodelog
- Language: HTML
- Size: 9.33 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Hello, I'm Jannaee Sick and this is my personal developer's blog.
I've been looking for a way to showcase my incremental learning process while at the same time demonstarting my evolution into a profiecient designer and developer. There are many minute concepts one must grasp in design and web technologies in order to be recognized as a good Front End Developer. And this repo is where I intend to document what I'm made of.
This is the place where I will document my growth and progress as I commit myself to a personal challenge of 100 days of dev where I showcase my discoveries, projects, and achievements my personal journey deeper into UI/UX Design as well as Front End Development.
Projects will be inspired from sites such as:
* http://collectui.com/designers/sudutlancip
* Codecademy Pro
* Udacity
* https://pttrns.com/
## Project One Goes Here

### Prerequisites
What things you need to install the software and how to install them
```
Give examples
```
### Installing
To download and run this site, you just first install Bundler, followed by Ruby and finally Jekyll.
If you do not already Ruby install it from https://www.ruby-lang.org/en/
I built this site with the Ruby install Ruby+Devkit 2.4.X as x64.
Installing Ruby:
Open Git Bash.
Check whether you have Ruby 2.1.0 or higher installed:
ruby --version
ruby 2.X.X
If you don't have Ruby installed, install Ruby 2.1.0 or higher.
Install Bundler:
gem install bundler
# Installs the Bundler gem
Install Jekyll and other dependencies from the GitHub Pages gem:
bundle install
Fetching gem metadata from https://rubygems.org/............
Fetching version metadata from https://rubygems.org/...
Fetching dependency metadata from https://rubygems.org/..
Resolving dependencies...
```
Give the example
```
And repeat
```
until finished
```
End with an example of getting some data out of the system or using it for a little demo
## Running the tests
Explain how to run the automated tests for this system
### Break down into end to end tests
Explain what these tests test and why
```
Give an example
```
### And coding style tests
Explain what these tests test and why
```
Give an example
```
## Deployment
Add additional notes about how to deploy this on a live system
## Built With
* [Dropwizard](http://www.dropwizard.io/1.0.2/docs/) - The web framework used
* [Maven](https://maven.apache.org/) - Dependency Management
* [ROME](https://rometools.github.io/rome/) - Used to generate RSS Feeds
## Contributing
Please read [CONTRIBUTING.md](https://gist.github.com/PurpleBooth/b24679402957c63ec426) for details on our code of conduct, and the process for submitting pull requests to us.
## Versioning
We use [SemVer](http://semver.org/) for versioning. For the versions available, see the [tags on this repository](https://github.com/your/project/tags).
## Authors
* **Billie Thompson** - *Initial work* - [PurpleBooth](https://github.com/PurpleBooth)
See also the list of [contributors](https://github.com/your/project/contributors) who participated in this project.
## License
This project is licensed under the MIT License - see the [LICENSE.md](LICENSE.md) file for details
## Acknowledgments
* Hat tip to anyone whose code was used
* Inspiration
* etc