Assignment No.6 is a simple Html5 only page for a movie. you can visit it here: https://rezapps.github.io/frontend/Assignment-6/
The page passes Html Checker Html Checker
Page is using css with flex. Color palette:
- minion-white: f9f9f9
- minion-yellow: f9d773;
- minion-blue: 546a9f
- poison: 4f1883;
- gru-black: 0b0404;
- gru-red: d70e37;
- gru-blue: 003366;
Visit the page: https://rezapps.github.io/frontend/Assignment-7/
Assignment No.8 is a simple page for a coffee company, using bootstrap v5.
Color Palette:
- primary: BF946F
- secondary: f3f4ee
- background: 151515
Visit the page: https://rezapps.github.io/frontend/Assignment-8/
Assignment No.9 covers JavaScript programming and Dom Manipulation.
- BishBosh (FizzBuzz)
- Todo List to add new tasks/items and save them in localstorage. Each task can be marked as complete or get deleted.
Visit the page: https://rezapps.github.io/frontend/Assignment-9/todo.html
Assignment No.10 covers API and DOM
Built with Vite, TypeScript, PureCss. Pnpm is the package mangaer! To see the projects for this assignment you need to open in live server.
git clone https://github.com/rezapps/frontend.git
cd frontend/Assignmet-10
pnpm i
pnpm run dev