A retro app based on Orkut
Demonstration of the application | Technologies used | Application installation
In addition to developing the initial application offered in the classes, I added more features to the application, such as:
- Requests made through the server side using gerServerSideProps
- List of friends brought from Github (followers)
- Communities listing already created
- Changes in project structure
- Small additions in stylizations
- Form validations, image url validation
- Visual feedback to the user
- Logout of the app
- Adding typing with TypeScript
- Log in to the app through a Github account
- Create a community
- List of friends brought from Github (followers)
- Communities listing already created
- Authentication with own API
git clone https://github.com/mathwcruz/alurakut.git
to clone the repository
To run the application on the web, follow the instructions from your terminal:
cd alurakut
andcode .
- run
yarn
to install the dependencies of the project - Run
yarn dev
to run the application, will open at the addresslocalhost:3000
Matheus da Cruz 🚀