Pinned Repositories
Angular.Authentication
This application had user authentication and uses material to give a more professional feel (taken from Telestrations project) - Epicodus Intermediate Javascript Week 5
Angular.Epipostus
Angular tutorial project which allows a user to make posts and use categories to filter through posts - Epicodus Intermediate Javascript Week 4
Angular.MaterialPractice
Angular.RecordStore
Angular tutorial project which mimics an online music store - Epicodus Intermediate Javascript Week 4
ChatApp
Real time chat app built with Express, Moment and Socket.io
CSS.EdgeLedger
Mock web page for a financial services company featuring an index page with smooth scroll and gallery with ligthbox. Fully responsive for mobile and tablet devices.
MERN.ExpenseTracker
This application allows users to track their expenses by entering transactions.
MERN.ShoppingList
Full-stack MERN application including user authentication
React.ToDoList
CRUD app using React and Sweet Alerts
SASS.Portfolio
Mock Portfolio website built using node-sass. Fully responsive for mobile and tablet devices.
MarcLignarius's Repositories
MarcLignarius/JS.EasyHTTP
Custom AJAX Library
MarcLignarius/JS.ChuckNorrisJokes
Application which displays jokes fetched from the Internet Chuck Norris Database API.
MarcLignarius/JS.BookList
Simple Add/Delete application with data persisted to localStorage.
MarcLignarius/JS.NumberGuesser
Application which gives user 3 chances to guess a random number between 1 and 10
MarcLignarius/JS.LoanCalculator
This applications takes 3 user inputs and calculates loan repayments based on those inputs.
MarcLignarius/JS.TaskList
Simple to do style app with data persisted to localStorage
MarcLignarius/CSS.NewsGrid
Mock web page for a sports/entertainment/tech website with extensive use of CSS Grid.
MarcLignarius/CSS.DropdownMenu
Application which uses a pure HTML/CSS dropdown menu.
MarcLignarius/CSS.Timeline
Application which uses a vertical timeline format with a scroll effect.
MarcLignarius/CSS.HamburgerOverlay
Mock web page which uses an animated hamburger/x icon which opens closes a full page menu with overlay.
MarcLignarius/CSS.HotelPDX
Mock web page for a hotel featuring an index, about and contact page. Fully responsive for mobile and tablet devices.
MarcLignarius/CSS.SlideWebsite
This application is a web-based slideshow consisting of 4 slides with transitions and smooth scrolling effects.
MarcLignarius/CSS.EdgeLedger
Mock web page for a financial services company featuring an index page with smooth scroll and gallery with ligthbox. Fully responsive for mobile and tablet devices.
MarcLignarius/JS.RegExPractice
Practicing Regular Expressions
MarcLignarius/Rust.RocketTutorial
Learning how to use a database for a Rust app.
MarcLignarius/Rust.TodoApp
This application allows users to add items to a to do list, mark them as done/undone and remove them.
MarcLignarius/Rust.GuessingGame
Bulding the guessing game from Chapter 2 of the Rust Book (https://doc.rust-lang.org/book/)
MarcLignarius/Rust.SnakeGame
This application is a classic Snake Game built using Rust.
MarcLignarius/Rust.Tutorial
This application explains the fundamentals of Rust syntax.
MarcLignarius/SASS.Practice
Web page which uses SASS variables, nesting and mixins to style a simple header.
MarcLignarius/Parallax.Demo
Landing page which uses the parallax scrolling effect with the Rellax.js library.
MarcLignarius/AnimateOnScroll
Web page which uses the AOS (Animate on Scroll) library to implement a fading effect when the page is scrolled
MarcLignarius/JS.PigLatin
(WIP) User enters a sentence and program translates the sentence into pig latin.
MarcLignarius/JS.PrimeSifting
User enters a number and program returns all of the prime numbers less than that number.
MarcLignarius/JS.WordPuzzle
Program that replaces vowels with "-" to create a word puzzle to solve.
MarcLignarius/JS.WordCount
Program counts up the number of times a word appears in a sentence.
MarcLignarius/JS.Template
Clone to add all documents needed for an Epicodus project (as of Intro to Programming Week 3): index.html with html skeleton and links to stylesheets and scripts, styles.css, scripts.js, Bootstrap, jQuery, image folder and README template with BDD table.
MarcLignarius/JS.CountUpLoop
A program that counts up to a number inputted by the user
MarcLignarius/JS.WordPlay
Using array methods to modify a user submitted sentence.
MarcLignarius/JS.ClickAndAlert
HTML web page linked to local script and jQuery. User can click on various HTML elements and scripts will prompt alerts notifying of which type of element was clicked (Header, paragraph or image) - Epicodus Intro to Programming Week 2