Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/shivah12/shinzo
- Owner: shivah12
- License: mit
- Created: 2024-01-17T17:50:41.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-03-29T12:20:23.000Z (8 months ago)
- Last Synced: 2024-03-29T13:34:00.098Z (8 months ago)
- Topics: framer, framer-motion, material-ui, react-landing-page, reactjs, redux, vite
- Language: JavaScript
- Homepage: https://shinzo-three.vercel.app/
- Size: 12.1 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
- To install the necessary node modules
- To start the development server
- To install Material UI components
- To implement the Framer
```
npm create vite@latest
```
```
npm install
```
```
npm run dev
```
```
npm install @mui/material @emotion/react @emotion/styled
```
```
npm install framer-motion
```