Skip to content

shivah12/Shinzo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

69 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Shinzo

Description:

Created a React study space with dynamic features, music, and deployed on Vercel.

Implemented Framer Motion Library for animations and Material UI for icons.

Utilised Redux for state management of tasks and timer.

Current Status:

Working on setting up a backend server, for keeping the record of the users and their personal records created on the website.

To use it:

  • Create a new project using
  • npm create vite@latest
    
  • To install the necessary node modules
  • npm install
    
  • To start the development server
  • npm run dev
    
  • To install Material UI components
  •  npm install @mui/material @emotion/react @emotion/styled
    
  • To implement the Framer
  •  npm install framer-motion
    

ShinzoHome