shivah12 / Shinzo

A Study Space Website With Pomodoro Timer and Todolist

Home Page:https://shinzo-three.vercel.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

A Study Space Website With Pomodoro Timer and Todolist

https://shinzo-three.vercel.app/

License:MIT License


Languages

Language:JavaScript 60.2%Language:CSS 38.4%Language:HTML 1.4%