https://github.com/correia-jpv/devchallenges-todo-app
⚛ devChallenges todo app made with React and MUI
https://github.com/correia-jpv/devchallenges-todo-app
create-react-app devchallenges devchallengesio localstorage material material-design material-ui mui muiv5 react todo todo-app todo-list todoapp todolist typescript
Last synced: 28 days ago
JSON representation
⚛ devChallenges todo app made with React and MUI
- Host: GitHub
- URL: https://github.com/correia-jpv/devchallenges-todo-app
- Owner: Correia-jpv
- License: mit
- Created: 2022-05-25T17:21:24.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-05-30T11:23:47.000Z (about 4 years ago)
- Last Synced: 2025-04-27T09:57:23.717Z (about 1 year ago)
- Topics: create-react-app, devchallenges, devchallengesio, localstorage, material, material-design, material-ui, mui, muiv5, react, todo, todo-app, todo-list, todoapp, todolist, typescript
- Language: TypeScript
- Homepage: https://devchallenges-todo-app.vercel.app
- Size: 732 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
devChallenges Todo app

## Table of Contents
- [Table of Contents](#table-of-contents)
- [Overview](#overview)
- [Built With](#built-with)
- [Features](#features)
- [How To Use](#how-to-use)
## Overview
This application/site was created as a submission to a [DevChallenges](https://devchallenges.io/challenges) challenge. The [challenge](https://devchallenges.io/challenges/hH6PbOHBdPm6otzw2De5) was to build an application to complete the given user stories.
## Built With
- React
- TypeScript
- [MUI](https://mui.com/)
- ESLint & Prettier
## Features
- Todo list is stored locally
- Light/Dark theme
## How To Use
To clone and run this application, you'll need [Git](https://git-scm.com) and [Node.js](https://nodejs.org/en/download/) (which comes with [npm](http://npmjs.com)) installed on your computer. From your command line:
```bash
# Clone this repository
$ git clone https://github.com/Correia-jpv/devchallenges-todo-app
# Install dependencies
$ npm install
# Run the app
$ npm start
```