Skip to content

akuul/cocalc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This project was bootstrapped with Create React App, using the Redux and Redux Toolkit template. This project is also using Material-UI for design and learning purposes.

This project was using Redux Toolkit and Material UI intentionally.

Folder Structure

cocalc
|___README.md
|___package.json
|___package-lock.json
|___.gitignore
|
|___src
    |___App.css
    |___App.js
    |___index.css
    |___index.js
    |
    |___store
    |    |___calculatorReducer.js
    |    |___store.js
    |
    |___components
        |___Checkbox
        |    |___FormCheckbox.js
        |
        |___Form
        |   |___Form.js
        |
        |___FormInputs
        |   |___FormInputs.js
        |
        |___Layout
            |___Layout.js

Todo

  • Implement proper validation
  • JSDoc
  • Better naming conventions

Available Scripts

In the project directory, you can run:

npm start

Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published