+ 1
Ideas for small projects?
I have begun a 30 day challenge to make something smallish for 30 days in a row. My first: https://code.sololearn.com/WwtfF4iLNsWT/?ref=app Does anyone have any good ideas for small projects?
1 Answer
+ 1
Cool Idea! What's it gonna be?
Webdesign?
Look into CSS animations, transitions, transforms; learn flexbox and other `display` modes like `inline-block` or `grid`; learn to use `fetch`; learn to load images lazily; check out frameworks and libraries like vue/react/bootstrap/fontawesome/jquery, ...; check out <canvas>; js promises;
General Programming?
Implement a card game; code a mandelbrot set; implement the bresenham algorithm; a sorting algorithm like bubblesort; pull weather data from a service of your choice and display it nicely;
Theory?
Learn about color by reading up on color spaces like RGB, HSL, CIE XYZ, the chromaticity diagram, gamuts, cones and rods, the color wheel, additive/subtractive color.
Learn font jargon: baseline, x-height, em, en, descenders; font types like sans-serif/serif/monospace/antiqua/grotesk/fraktur/..
Check out different strategies for justifying text (and program some yourself).
...etc. It's a bottomless barrel. The more you program the more ideas you'll get!