> For the complete documentation index, see [llms.txt](https://codi.gitbook.io/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://codi.gitbook.io/docs/02_tutorials/01_react_beginner/01-preparing.md).

# Preparing

1. [Create React app](/docs/02_tutorials/01_react_beginner/01-preparing/01-create-react-app.md): Where we will set up the basis of our app (2 hours)
2. [Enhancements](https://github.com/coditech/Documentation/tree/48c0bf3a27cfe19e399a3c6936cebcd010d7f58e/02_Tutorials/01_React_Beginner/01-preparing/02-enhancements/readme.md): Where we will go a bit further in making our setup sturdy (3 hours)
3. [CRUD](https://github.com/coditech/Documentation/tree/48c0bf3a27cfe19e399a3c6936cebcd010d7f58e/02_Tutorials/01_React_Beginner/01-preparing/03-crud/readme.md): Where we set up the database, and set up calls from the front-end (5 hours)
4. [Looks](https://github.com/coditech/Documentation/tree/48c0bf3a27cfe19e399a3c6936cebcd010d7f58e/02_Tutorials/01_React_Beginner/01-preparing/04-preparing/readme.md): Where we make things look ok (2 hours)
5. [Deployment](https://github.com/coditech/Documentation/tree/48c0bf3a27cfe19e399a3c6936cebcd010d7f58e/02_Tutorials/01_React_Beginner/01-preparing/05-deployment/readme.md): Where we export final files, and upload on a server (3 hours)
