Skip to content

This repository contains the sample code for the first session in the 'How to React' series

Notifications You must be signed in to change notification settings

SpaceyaTech/How-to-React-00

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

How to React 00

In this session we covered the basics of React from defining what React is, to talking about components, props, and state.

The take home assignment is to convert the vanilla Javascript into React. Scaffold the react project using Vite inside a TakeHomeAssignment Folder.

You app should be using the following React concepts:

N/B: You can use the React Folder as a reference to what we covered in this session.

Running the app

After you scaffold your project, you can run the app with the following command:

cd TakeHomeAssignment
npm run dev || pnpm dev

About

This repository contains the sample code for the first session in the 'How to React' series

Resources

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published