ndenicolais / pwa-app

Progressive Web Application created with Vite.js based on React TypeScript template with the addition of React Router.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PWA APP

Author: Nicola De Nicolais

This code represents a Progressive Web Application created with Vite.js based on React TypeScript template with the addition of React Router. Within the app there are sections including a Todo list that allows you to generate a list in which you can add, select and delete a task.

💻 Technologies used

Vite.js is a much lighter development tool in terms of dependencies and allows you to set up a modern development environment for frameworks such as Vue, React and for JavaScript Vanilla. Featuring an HMR module and a bundler of modules for JavaScript, Rollup.

React.js is a JavaScript library for creating user interfaces specific to single-page applications. It allows developers to create large web applications that can modify data without having to reload the page every time.

React Router is a complete JavaScript routing library that allows you to manage paths within a web application using so-called dynamic routing. It allows navigation between sections of various components in React applications and allows you to change the URL of the browser while keeping the user interface synchronized with the URL.

Installation

npm install react-router-dom
yarn add react-router-dom

🛠️ Installation Steps

  1. Clone this repository from GitHub
git clone https://github.com/ndenicolais/pwa-app`
  1. Change the working directory
cd pwa-app-main
  1. Install dependencies
npm install
yarn
  1. Run the application in developer mode
npm run dev
yarn dev
  1. Open http://localhost:3000 to view the application in the browser

About

Progressive Web Application created with Vite.js based on React TypeScript template with the addition of React Router.


Languages

Language:TypeScript 63.1%Language:CSS 24.5%Language:HTML 9.1%Language:JavaScript 3.2%