Skip to content

Shakti10128/Doit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Getting Started with Create React App

Run the command to create the project
npx create-react-app (AppName)

npm start

Runs the app in the development mode.
Open http://localhost:3000 to view it in your browser.

The page will reload when you make changes.
You may also see any lint errors in the console.

NPM Packages

You will need some packages to build this project

Run the Command

npm install

App Functionallity

1: Create A Task
2: Update A Task
3: Delete A Task
4: Mark A Task as Completed
5: Analyze Completed & Pending Tasks
6: Full Responsive

Tech Stack Used

1: React
2: JavaScript
3: React-Redux
4: Redux-Toolkit
5: Tailwind CSS
6: Chart.js
7: React Icons
8: Local Storage

Happy Coding