Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/denisecp/react_crash_course
Traversy React Crash Course
https://github.com/denisecp/react_crash_course
Last synced: 2 days ago
JSON representation
Traversy React Crash Course
- Host: GitHub
- URL: https://github.com/denisecp/react_crash_course
- Owner: DeniseCP
- Created: 2023-09-10T03:57:39.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-09-11T05:23:28.000Z (about 1 year ago)
- Last Synced: 2023-09-11T05:25:02.714Z (about 1 year ago)
- Language: JavaScript
- Size: 489 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# React Crash Course
Welcome to my Reactjs project, which is based on the amazing [React JS Crash Course (2019)](https://youtu.be/sBws8MSXN7A?si=sUvcgptOikFKtlWZ) tutorial.
## Overview
This is a simple Reactjs TodoList, its intent its to showcase my ability to learn and apply new knowledge, as well as my adapitability to different programing languages.
## Tutorial Source
You can find the original tutorial video by [Traversy Media here](https://youtu.be/sBws8MSXN7A?si=sUvcgptOikFKtlWZ).
## Available ScriptsIn the project directory, you can run:
### `npm start`
Runs the app in the development mode.\
Open [http://localhost:3000](http://localhost:3000) to view it in your browser.The page will reload when you make changes.\
You may also see any lint errors in the console.## Github Pages
This application hsa been deployed to Git Pages and it's available at [denisecp.github.io/react_crash_course](https://denisecp.github.io/react_crash_course)
## Contributing
If you're interested in contributing to this project, please provide guidelines and information on how others can contribute effectively.
## Acknowledgments
A huge thank you to [Brad](https://github.com/bradtraversy) from Traversy Media for creating the excellent tutorial series!