Skip to content

This To-do list has been developed using React and Material UI and uses Local Storage to store data.

Notifications You must be signed in to change notification settings

niharika1102/Todo-List

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Todo List

Introduction and Installation

This To-do list has been developed using React and Material UI and uses Local Storage to store data.

To run the project on your machine, run the following commands on the terminal:

  1. Creating Vite Project

    npm create vite@latest
    

    Follow the prompts after running the command.

  2. Installing Material UI

    npm install @mui/material @emotion/react @emotion/styled
    
  3. Installing Fonts

    npm install @fontsource/roboto
    
  4. Installing Icons

    npm install @mui/icons-material
    

Built With

Icon Name Description
Vite Vite Vite JS is used to set up a development environment for various frameworks like React and Vue, and even for a Vanilla JavaScript app with a dev server.
React React React is a free and open-source front-end JavaScript library for building user interfaces based on components.
Material UI Material UI Material UI is a React UI framework which provides predefined components to implement Google’s Material Design.

About

This To-do list has been developed using React and Material UI and uses Local Storage to store data.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published