Skip to content
/ smok95 Public

SMOK95 is a desktop app for controlling expenses. It uses React95 for the Windows 95 look.

Notifications You must be signed in to change notification settings

c33k/smok95

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SMOK95 (under construction)

This projec uses React95.

SMOK95 is a React app with Windows 95 theme where users can control their expenses.

SMOK95 Screenshot

Technical Details

This project was created with React and Electron. The idea is for this to start as a desktop application with an SQLite database.

  • React
  • Electron
  • SQLite - local db
  • Foreman - Foreman is a manager for Procfile-based applications. Used here for dev purposes (see yarn start bellow).

Next Steps

  • Refactoring of Calendar95 to use the calendar from React95 calendar.
  • Add Context + Reduce: at the moment, the components were added just to test the layout structure.
  • Create database: add basic tables and connect components to use it.

How To Run?

In the project directory, you can run:

yarn start

Runs the app in the development mode both on Electron and on Web.
Open http://localhost:3000 to view it in the browser.

The page will reload if you make edits.
You will also see any lint errors in the console.

yarn start-react

Run only the web version.

yarn start-electron

Run the electron version, with the build/index.html version.

yarn build

Builds the app for production to the build folder.
It correctly bundles React in production mode and optimizes the build for the best performance.

The build is minified and the filenames include the hashes.
Your app is ready to be deployed!

See the section about deployment for more information.

About

SMOK95 is a desktop app for controlling expenses. It uses React95 for the Windows 95 look.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published