This project is a simple implementation of the Todoist site dashboard using React and Material UI. It serves as a learning project for understanding React fundamentals and working with Material UI components. Please note that this project does not include backend functionality and does not persist data. It's purely a frontend implementation with static data.
Dark | Light |
---|---|
- React
- Material UI
- Vite
-
Clone the repository:
git clone https://github.com/MahdiHaeri/Todoist_React.git
-
Navigate into the project directory:
cd Todoist_React
-
Install dependencies:
npm install
To start the development server, run:
npm run dev
Open http://localhost:3000 to view it in the browser.