Program avaliable at this link
Link of project deployed at Vercel
- React.js
- Material UI
- Redux.js (and React-Redux)
- Axios (for backend requisitions)
- Moment (lib for show the time)
- CSS3
- Clone this repository using
git clone
- Access the terminal and type
npm i
for install the dependencies - After, type
npm start
- The user type your username
- The user type the title and content, and click in "Create"
- With, the user can edit and delete the post
- If the user press F5, the website redirect the user for the Sign In page
- Button colors change the color if the user type some thing on Inputs
- Responsivity for smaller screens
Sign In.
Home page with POST and GET.
Edit the post published only by user.
Delete the post published only by user.
Alert if the user press F5 at Homepage. Doing this, the username will be released and making it impossible to use POST, DELETE and PATCH requests.