https://github.com/triple-ade/todo-app
Dev internship Todo List Assessment
https://github.com/triple-ade/todo-app
Last synced: 11 months ago
JSON representation
Dev internship Todo List Assessment
- Host: GitHub
- URL: https://github.com/triple-ade/todo-app
- Owner: TRIPLE-ADE
- Created: 2023-06-17T14:12:40.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-06-17T14:35:53.000Z (about 3 years ago)
- Last Synced: 2025-07-06T15:07:34.108Z (12 months ago)
- Language: JavaScript
- Size: 143 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Todo-App
Dev internship Todo List Assessment
An application used to filter data form Twitter based on user preference, built with React, Redux, JavaScript, and CSS.
## Project Screen Shot(s)



## Installation and Setup Instructions
Clone down this repository. You will need `node` and `npm` installed globally on your machine.
Clone Repo:
`git clone https://github.com/TRIPLE-ADE/Todo-App`
Installation:
`npm install`
To Run Test Suite:
`npm test`
To Start Server:
`npm run dev`
To Visit App:
`http://localhost:5173/`
## Reflection
This was a 2days long project built for a dev internship assessment. Project goals are listed below:
- The application should allow users to add, and delete tasks.
- Tasks should have a title, description, and status (completed or not).
- The status should be toggleable.
- Additionally, the application should persist data using LocalStorage.
The technologies implemented in this project are React, React Hooks and a significant amount of VanillaJS, JSX, and CSS. I chose to use the `vite` boilerplate to minimize