Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/psammystprime/to-do-list
A group project
https://github.com/psammystprime/to-do-list
Last synced: 24 days ago
JSON representation
A group project
- Host: GitHub
- URL: https://github.com/psammystprime/to-do-list
- Owner: PsammystPrime
- Created: 2023-12-13T04:37:01.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-08-14T02:24:27.000Z (4 months ago)
- Last Synced: 2024-08-14T05:00:05.921Z (4 months ago)
- Language: JavaScript
- Homepage: https://to-do-list-theta-black.vercel.app
- Size: 12.3 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# To do list
A frontend Project Created with React, but initially used Vanilla JavaScript + Webpack.
## Goal
- Practise React Hooks
- Prop Validation
- Writing Clean Code
- Practise CRUD operations in React## External Dependencies Used
- prop-types
### Running the App in VSCode
- Clone the repo
- Navigate to the project directory and on the terminal type 'npm install'
- After successfull installation, type 'npm run dev'.
- Navigate to the given directory### Post
REACT ROUTING DISASTER.
— Samuel Njuguna (@Psammystprime1) October 13, 2024
I've been working on revamping some projects I did a while back, among them a to do list. It was initially created with vanilla & Webpack but decided to move it to react. I encountered new problems and I have never understood State Hook until I ...