Skip to content
This repository has been archived by the owner on Aug 9, 2022. It is now read-only.

An application for manage your contacts. Built with ReactJS and TailwindCSS.

License

Notifications You must be signed in to change notification settings

angelmtztrc/contact-manager-react

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Contact Manager - ReactJS

Contact Manager App using ReactJS, LocalStorage, Hooks and Tailwind CSS.

Setting up

To run this project you need to run the following commands.

  • Install all of the dependencies of the project:
npm install
# or
yarn install
  • Create the build for tailwindcss
npm run build-css:dev
# or
yarn build-css:dev

# If you need the "production" build run the following

npm run build-css:prod
# or
yarn build-css:prod
  • Run the project in your machine.
npm start
# or
yarn start

This project use

All the important library's that the project use.

  • ReactJS
  • Tailwind CSS
  • ShortId
  • cross-env

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change. Please make sure to update tests as appropriate.

MIT - Angel Martinez

About

An application for manage your contacts. Built with ReactJS and TailwindCSS.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published