Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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