Pinned Repositories
American-British-Englist-Translator-Project
astro-tutorial
Tutorial done from astro gettting started page.
chatbot-voice-backend
Backend code for chatbot. Two apis are available, one for transcription, another for completion.
chatbot-voice-frontend
Frontend for chatbot powered by OpenAI. It can transcribe user's voice and input it into chat. The response will be provided by OpenAI gpt-3.5 chat completion model.
Issue-Tracker-Project
learning-computing
The repo is created to learn scientific computing.
Markdown_Previewer_using_React_and_Redux
This markdown previewer project was done using React and Redux. Redux was used for state management. You can maximize and minimize the editors and previewers.
personal_portfolio_website
Pomodoro-Timer-using-React
URL-Shortener-Microservice-Project
Shortens Url
sathishkannan162's Repositories
sathishkannan162/astro-tutorial
Tutorial done from astro gettting started page.
sathishkannan162/personal_portfolio_website
sathishkannan162/BEPb
Config files for my GitHub profile.
sathishkannan162/D3-Scatter-chart
sathishkannan162/Drum_Machine_using_React_Redux
This Drum Machine project was done using React and Redux. You can play different sounds and the sound name is displayed in a small display.
sathishkannan162/farenheit_celsius_convertor
sathishkannan162/fibonacci_rust
Project part of learning rust from rust docs.
sathishkannan162/firebase-course
sathishkannan162/gatsby-starter-contentful-homepage
This repository was created by Gatsby Cloud
sathishkannan162/gatsby-starter-contentful-homepage-1
This repository was created by Gatsby Cloud
sathishkannan162/gatsby-tutorial
sathishkannan162/Global_Temperatures_D3_Heat_Map
This heat map shows the variation of temperature at a certain month of the year. Different colors represent different range of temperatures. It has a tooltip that shows more information on a point when you hover over the data point. The data point will also be highlighted while hovering over it. You can use the heat map for other your own data by customizing your data similar to the url in the variable url. and then replace the url with your own url. You can choose your own colors by changing the colorList array. You can give any number of colors, the program will take care of the rest. If you want to positon the chart, change the margin.top and margin.left variables.
sathishkannan162/median_mode_rust
Completed while running rust from rust docs
sathishkannan162/minigrep
sathishkannan162/neovim-config
My Neovim config
sathishkannan162/next-ecommerce-app
sathishkannan162/nextjs-tutorial
sathishkannan162/personal-blog
sathishkannan162/pig_latin_rust
Learned as part of rust docs
sathishkannan162/react-undo-redo-state
sathishkannan162/rust-carol
Completed as a part of learning rust from rust docs.
sathishkannan162/rust-employee-input
Completed while learning rust from the rust book in rust docs.
sathishkannan162/sathishkanan162
sathishkannan162/sathishkannan162.github.io
sathishkannan162/segment-getting-started
sathishkannan162/serverless-bundle
Optimized packages for ES6 and TypeScript Node.js Lambda functions without any configuration.
sathishkannan162/storybook-tutorial
sathishkannan162/US-GDP-bar-chart-using-D3-library
This chart is used using d3 javascript library. This chart displays the USP GDP over years. It has a nice tooltip element. You can use your own data, by replacing the json link in the fetch method. You have to modify your data to suit the program, other than that everything else will work fine.
sathishkannan162/webgl_tutorial
mdn web docs webgl tutorial
sathishkannan162/webgpu-way-of-life-simulation
webgpu demo of conway's game of life