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 😜
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).
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.
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.
If you want to try out these tools in your development environment, then here we go:
- Fork this repo and clone into your machine.
git clone https://github.com/mainadotkim/mainadotkim.github.io.git your-dir-
cdto theyour-dirdirectory -
Install dependencies
npm install- And, run the development server:
npm run dev
# or
yarn dev
# or
pnpm dev- 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:
- Next.js Documentation - learn about Next.js features and API.
- Learn Next.js - an interactive Next.js tutorial.