https://github.com/vickttor/ignite-reactjs-fundamentals
First guided project of the React course
https://github.com/vickttor/ignite-reactjs-fundamentals
Last synced: 6 months ago
JSON representation
First guided project of the React course
- Host: GitHub
- URL: https://github.com/vickttor/ignite-reactjs-fundamentals
- Owner: vickttor
- Created: 2023-07-29T22:33:02.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-07-30T17:47:17.000Z (over 2 years ago)
- Last Synced: 2025-06-21T09:06:17.188Z (7 months ago)
- Language: TypeScript
- Size: 132 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ReactJS Fundamentals
In this project I learned the main concepts of the ReactJS Library. Here it was possible to learn how to use states and useEffects besides to create my own components in ReactJS using Typescript.
### Status
Finished 🚀
### Preview

### How to use
```sh
git clone https://github.com/vickttorugo/ignite-reactjs-fundamentals.git
```
```sh
cd ./ignite-reactjs-fundamentals && npm install
```
```sh
npm run dev
```
The application will run in `http://localhost:5173`
### Stack
- React
- vite
- Typescript
- date-fns
- phosphor-react
### Author
Victor Silva🚀