Skip to content

UFWebApps/styling-exercise

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This exercise aims to let you understand Bootstrap and CSS in react

Cloning and Running the Application in local

Clone the project into local

Install all the npm packages. Go into the project folder and type the following command to install all npm packages

npm install

In order to run the application Type the following command

npm start

The Application Runs on localhost:3000

TO DO

  1. make or change some styles in App.css
  2. add some inline styles in either one of js files
  3. try to put three cards in a row using bootstrap grid system. (in customers.js)

Resources

CSS : https://www.w3schools.com/css/default.asp

Bootstrap 4 : https://getbootstrap.com/docs/4.3/layout/grid/

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published