Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/albaitas/react-webpack-typescript-cv1
It is a single page application written using Webpack, Typescript, React Hooks, Bootstrap, font-awesome with full create, read, update and delete functionality.
https://github.com/albaitas/react-webpack-typescript-cv1
boostrap4 eslint font-awesome prettier react-hooks react-icons reactjs typescript webpack
Last synced: 11 days ago
JSON representation
It is a single page application written using Webpack, Typescript, React Hooks, Bootstrap, font-awesome with full create, read, update and delete functionality.
- Host: GitHub
- URL: https://github.com/albaitas/react-webpack-typescript-cv1
- Owner: albaitas
- Created: 2023-02-21T13:34:56.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2023-02-21T14:00:39.000Z (almost 2 years ago)
- Last Synced: 2024-11-07T14:29:09.854Z (2 months ago)
- Topics: boostrap4, eslint, font-awesome, prettier, react-hooks, react-icons, reactjs, typescript, webpack
- Language: TypeScript
- Homepage:
- Size: 204 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# React Webpack Typescript cv1
It is a single page application written using Webpack, Typescript, React Hooks, Bootstrap, font-awesome with full create, read, update and delete functionality.
## Demo
Project hosted on Netlify: https://react-webpack-typescript-cv1.netlify.app/
## Features
- Add task
- Remove task
- Toggle task
- Update task
- Tablet and mobile friendly## Build with
- React Js, Webpack, Css, Typescript
- React Hooks: useState, useEfect, useRef
- react-icons
- webpack-dev-server
- css-minimizer-webpack-plugin
- html-webpack-plugin
- mini-css-extract-plugin
- ts-loader, file-loader, css-loader
- ESLint, Prettier## Installation
Install **`git`**, **`nodejs`**, **`npm`** in your local computer
Clone this repository to your local computer:
**`$ git clone https://github.com/albaitas/react-webpack-typescript-cv1.git`**
Install dependencies:
**`npm install`**
Runs the webpack-dev-server in the development mode:
**`npm start`**
Build files to /dist folder in the development mode:
**`npm run dev`**
Lint all files in /src folder:
**`npm run lint`**
Try to fix many problems in /src folder:
**`npm run linting`**
Build files to /dist folder in the production mode:
**`npm run dev`**