Skip to content

manu52697/react-contact-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CONTACT APP DEMO

This repository contains a simple demo of a contact list app, showcasing the use of state, references, and how to handle events in a react application.

HOW TO RUN THE APP

  1. Clone the repo with the following command:

     git clone https://github.com/manu52697/react-contact-demo.git
    
  2. From the repository folder, use the following command to install the repo dependencies:

     npm i
    
  3. To compile the scss files, run:

    npm run sass
    

    This should create the required .css files.

  4. Finally, run the start command and go to your browser. The app uses port 3000 by default.

     npm start
    

About

A simple react demo of a CRUD app for contacts

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published