You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+56-14
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,8 @@
1
-
# Simple ReactJS Blog
1
+
# ReactTodoList
2
2
3
-
A simple, single-page blog built using ReactJS, focusing on displaying posts and allowing easy navigation. This project uses only JavaScript with ReactJS (no TypeScript) and minimal styling to keep it lightweight and efficient.
3
+
A Todo list app for individuals amd teams with powerful functionalities for team work and organization.
4
+
This web-application uses Symfony, a popular PHP Framework for its base and core functionalities on the server side.
5
+
For the client side, it uses principally ReactJs and Tailwind, with the wonderful components from ShadCN UI.
4
6
5
7
---
6
8
@@ -19,8 +21,8 @@ A simple, single-page blog built using ReactJS, focusing on displaying posts and
19
21
20
22
## Features
21
23
22
-
-**React Single-Page Application** - Uses React for fast rendering and easy DOM manipulation.
23
-
-**Dynamic Blog Post Rendering** - Posts can be easily updated or modified.
24
+
-**Symfony Web Application** - Uses Symfony for dynamic rendering of the html content.
25
+
-**React Components** - Uses React for the easy DOM manipulation and fast rendering
24
26
-**Responsive Design** - Adapts to different screen sizes (desktop, tablet, mobile).
25
27
-**Minimalist Styling** - CSS-in-JS for a simple and clean look.
26
28
@@ -36,36 +38,76 @@ These instructions will guide you on how to set up and run the project locally.
2. Create the .env.local file using the .env file as model
56
+
```bash
57
+
cp .env .env.local
58
+
```
59
+
60
+
3. In the .env.local file, override necessary environment variables. In case you have no mailing services, you can use [mailpit](https://mailpit.axllent.org/docs/install/) which is very simple to use.
0 commit comments