codetipster / digital-product-school

Engineering test application to build a simple contact application

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

About My-Contact App

This project was bootstrapped with Create React App. Its a project that seeks to fufil the following requirements:

  • Have a contact list page that lists a users contact
  • Have an Add-New_Contact page where a user can add new contact
  • A contact can have name, address, and phone number- Add new parameters as you choose.

Usage

In the project directory, you can run:

  • clone the project with git clone.. to download it to your local machine.

  • npm install: To install all required dependencies from package.jsonn

  • npm start : Runs the app in the development mode.
    Open http://localhost:3000 to view it in your browser.

The page will reload when you make changes.
You may also see any lint errors in the console.

npm run build

Builds the app for production to the build folder.
It correctly bundles React in production mode and optimizes the build for the best performance.

The build is minified and the filenames include the hashes.
Your app is ready to be deployed!

You can find the deployed version here: https://polite-trifle-c36ada.netlify.app

Tools, Tech stack.

  • git and github for version control
  • Javascript(default programming language)
  • Tailwind CSS for page styling
  • React Library

About

Engineering test application to build a simple contact application


Languages

Language:JavaScript 54.1%Language:CSS 23.6%Language:SCSS 19.7%Language:HTML 2.6%