DEV Community

Shubham Kumar
Shubham Kumar

Posted on

Which side project(s) currently you're working on? Share thoughts 💭 👀 😊

I was thinking to start working on some side projects beside normal day job works, just for inspiration which side project you are currently working on share your project. What inspired you to get started with your project, web based project, react native projects or any other projects. 😊🔥

Latest comments (6)

Collapse
 
fecony profile image
Richard Tagil

I am working on project named “create new project idea, forget about anything I started already and then find new cool idea”. Unfortunately I don’t know how to find time for anything I start. Since I have full time job and have no energy for anything after that..

Collapse
 
matteobruni profile image
Matteo Bruni

I’m working on a real-time Javascript Object Editor

github.com/matteobruni/object-gui

and a Particles animations library for many Javascript frameworks

github.com/matteobruni/tsparticles

Collapse
 
m4rcoperuano profile image
Marco Ledesma • Edited

Currently building a bill tracking app in the style of google calendar, using Vue and Laravel. So far so good :) here’s a screenshot
dev-to-uploads.s3.amazonaws.com/i/...

Collapse
 
simanto_rahman profile image
Simanto Rahman

Currently creating a neural network library in C++ for pure CPU based calculations for raspberry pi. Trynna see how much memory constraint I can put on it without being unusable.

Collapse
 
did92 profile image
Dídac Sementé Fernández

I'm building a variant of Git tailored for story writers in Rust, I began with the project both to learn Rust better and to have a tool to keep track of my different short stories.

Collapse
 
hopemanryan profile image
Ryan Hoffman

I am currently working on a js git manager - Hamster
A project for managing/running/overseeing over your js/node projects.

Using angular and electron , building an app that requires no internet (xss is not an issue) and uses the browser db (indexedDb) to store information, not requiring the user to have any db installed.

building it for fun and to give back to the community, I want this to be free and open to anyone :)
I want to add cli selection and python support in the future

github.com/hopemanryan/hamster

(this is a very initial state, but it works kinda ok on windows and mac)