https://github.com/psammystprime/to-do-list
Built with React implementing CRUD operations
https://github.com/psammystprime/to-do-list
props-and-state-components react-hooks react-router reactjs
Last synced: 2 months ago
JSON representation
Built with React implementing CRUD operations
- Host: GitHub
- URL: https://github.com/psammystprime/to-do-list
- Owner: PsammystPrime
- Created: 2023-12-13T04:37:01.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-10-13T14:31:02.000Z (over 1 year ago)
- Last Synced: 2025-01-28T04:26:18.903Z (over 1 year ago)
- Topics: props-and-state-components, react-hooks, react-router, reactjs
- Language: JavaScript
- Homepage: https://to-do-list-theta-black.vercel.app
- Size: 12.2 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
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.
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 ...
— Samuel Njuguna (@Psammystprime1) October 13, 2024