Skip to content

Debashish-hub/Contact-App

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A SIMPLE CONTACT APP USING REACT

Getting Started with Create React App

npx create-react-app app-name

React components (Semantic Ui for CSS) can be installed via npm:

npm install semantic-ui-react semantic-ui-css

After install, import the minified CSS file in your app's entry file index.js:

import 'semantic-ui-css/semantic.min.css'

Install uuidv4 to generate uuid by using following

npm i uuidv4

To start the project run :

npm start

It runs the app in the development mode. Open http://localhost:3000 to view it in the browser.

The page will reload if you make edits. You will also see any lint errors in the console.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published