Portfolio
Movie App (Reproduce Netflix)
Build a movie web app by reproducing Netflix using Next.Js 13, Typescript, Tailwind CSS, and Firebase. Its features including authentication (login and signup), save user personal data (preference and membership), and custom movie player.
SIMA JUARA
Build a job portal sites for west java government using Next.Js and TailwindCSS. I build the user profile page, company page, admin page, and some of call center page that includes chat platform. Some features that i develop includes user authentication, integration with backend using Next API, CRUD for job and user data, create PDF doc using JsPDF.
Pokemon API Site
Build a responsive web that shows information about various pokemon from pokedex API. It's build with ReactJs and using some technologies of react including React Portal, React Router, and Redux with ReduxJs Toolkit.
URL Shortener App
Build a website that provide URL Shortener service, it's utilize and API from shrtco.de for the ability to shorten url. This website is fully responsive in all platform that build using ReactJs and basic css. The UI itself is coming from challenge in frontendmentor.io.
Personal Site 1.0
This my first personal website that i build and deploy. This website is a single page application that i build using reactjs and bootstrap. I developed this right after i learn about react. This website is responsive to all paltform.
Expense App
This app could be used to track your expenses. You could create, read, update, and delete the expenses data. It also provide a visualization of your total expense ratio of each month along the year. You could also filter the shown data by year.
Stock Prediction CNN
This projects is part of my college projects while taking a Deep Learning course. In this project i create a neural network model that able to predict stocks. The NN model is build using a CNN architecture, it's also build without using deep learning library. So, it needs to derive the mathematical formula and turn it into deep learning algorithm. The features to predict the stock is using a 13 parameters that derived from open, close, and volume value of stock in each day.
Number's Image Classification
This projects is part of my college projects while taking a Deep Learning course. In this project i create a deep learning model that able to clasify and recognize a number in image. Here i use a dataset from MNIST to be used as training and test data. The model itself created with a deep learning algorithm that build from scratch without any deep learning library.
Simon Game
Simon game is actually an electronic game created in 1978. This time, i recreate that game in web platform. The gameplay of this game is pretty simple, you will be given a sequence of color that consist four color. The length of sequence is equal to the level you're at. At every level you will be given a new color, and send back the sequence of color that given from previous level to this level. You will sending back the sequence by clicking the corresponding button in order.