Skip to content

Implementations to basic react components with variations and management in a typical react application. Repo Made for learning purposes

Notifications You must be signed in to change notification settings

CosmoBean/basic-react-components

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Getting Started with Basic React Components

This project was bootstrapped with Create React App.

This project was made to learn as well as implement various re-usable basic components

The styling on this project is bare bone, deals with the state-based design as well as the customisable implentation

Run the project locally

  1. Install the dependencies
    npm ci
    
  2. Run the dev server [local run]
    npm start
    
  3. Build the project [for deployments]
    npm run build
    

Installs all the dependencies related to the project.\

About

Implementations to basic react components with variations and management in a typical react application. Repo Made for learning purposes

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published