Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/shivah12/shinzo

A Study Space Website With Pomodoro Timer and Todolist
https://github.com/shivah12/shinzo

framer framer-motion material-ui react-landing-page reactjs redux vite

Last synced: 12 days ago
JSON representation

A Study Space Website With Pomodoro Timer and Todolist

Awesome Lists containing this project

README

        

# 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