Skip to content

ncordin/messages

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

12 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

MESSAGES

A messages app with React πŸ’¬ βš›οΈ

Online demo

demo

Hooks 🎣

If you like React hooks, checkout the fun_with_hooks branch πŸ‘

Development

Run it locally:

npm install
npm run start

The stack:

Structure explaination:

└── src/
    β”œβ”€β”€ common/           # Any reusable components
    β”‚   └── Layout/       # Components used to build pages
    β”œβ”€β”€ components/       # Small blocks of interface, used by pages
    β”‚   β”œβ”€β”€ App/          # Main component, contains pages
    β”‚   β”œβ”€β”€ Pages/        # App pages. Contains subcomponents
    β”‚   └── */            # Any subcomponents
    β”œβ”€β”€ constants/        # Reusable constants
    └── helpers/          # Reusable helpers

Bootstrapped with Create React App

This project was bootstrapped with Create React App.

In the project directory, you can run:

npm start

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

The page will reload if you make edits.
You will also see any lint errors in the console.

npm test

Launches the test runner in the interactive watch mode.
See the section about running tests for more information.

Coverage report: npm test -- --coverage

About

A messages app with React πŸ’¬ βš›οΈ

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published