This project is for study only, based on YouTube courses: React for Beginners by Code Stoic React JS Full Course | Zero to Hero by Smoljames
Here you can find 3 apps
- A task list (a.k.a. todo list)
- Nasa picture of the day
- To be definied
I'll be updating the documentation as the project progresses.
It requires Node.js v20+ to run.
Just go to root folder and run npm install. Then, in index.html -> <body> -> <script>, replace src="{path}" with the path for the project folder. Finally, npm run dev.
Example:
cd react-app-youtube
npm installIn index.html
<script type="module" src="tasks-list-app/src/main.jsx"></script>
And then
npm run devVersion 1: You can add tasks, mark as done and delete. It's not possible to add more than one task with the same name if the previous one is not closed.
This is an upgraded version from Code Stoic app, using Material UI. There are a few bugs but it's working as it should work. 🤗
Version 1: Everyday you can see a different picture. It shows who has taken the picture and a description when the info icon is clicked. The data is fetched from APOD API.

This is the app version from Smol James with slightly changes made by moi
loading... 🛠️💻

