An open API service indexing awesome lists of open source software.

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

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