JosephMainaDev / josephmainadev.github.io

Personal site for hosting and documenting projects that I am working on.

Repository from Github https://github.comJosephMainaDev/josephmainadev.github.ioRepository from Github https://github.comJosephMainaDev/josephmainadev.github.io

This repo hosts several projects built while learning Next.js, TypeScript and Tailwind CSS.

The projects are hosted with GitHub Pages and can be accessed here: https://mainadotkim.github.io.

Enjoy playing with the tools 😜

Resistance Calculator

This tool is used to determine the resistance of resistors by calculating from the color code.

The calculator is simple to use. You should try it (even if you are not into analogue electronics).

Savings Calculator

This tool will help you know how much money you need to deposit regularly in order to save a known amount over a period of time.

Piggy

Lastly, I will be building this full-stack app for Chamas. This is an Information Management System specifically for Chamas that are so common in Kenya.

Getting Started

If you want to try out these tools in your development environment, then here we go:

  1. Fork this repo and clone into your machine.
git clone https://github.com/mainadotkim/mainadotkim.github.io.git your-dir
  1. cd to the your-dir directory

  2. Install dependencies

npm install
  1. And, run the development server:
npm run dev
# or
yarn dev
# or
pnpm dev
  1. Happy coding!

Open http://localhost:3000 with your browser to see the result.

To learn more about Next.js, take a look at the following resources:

About

Personal site for hosting and documenting projects that I am working on.


Languages

Language:TypeScript 93.2%Language:JavaScript 3.9%Language:CSS 2.9%