Skip to content

Alurakut app, remaking the famous app 'Orkut' (R.I.P), made at Alura's React Imersion 03

Notifications You must be signed in to change notification settings

gustavonikov/alurakut

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Alurakut :)

Purpose

App made at Alura's React Imersion #03, it is a remake of the famous Google App 'Orkut', that is very nostalgic and cool :D, check it out!

Base Project from Alura

AluraKut

Getting Started

You can use git clone to copy this repository by typing this command on your console: https://github.com/gustavonikov/alurakut.git or you can download the zip file and open it in your IDE.

Then you run npm install if you have npm installed on your machine or yarn add if you have yarn, to install all the dependencies that are necessarily to run the project.

DatoCMS

To use the app, you must create an account on DatoCMS.

After the account has been made, you must then create the following models:

Model 1 - Community

That must have the following fields:

  • Title
  • Image URL
  • Slug Creator
  • Model 2 - Testimonial

    That must have the following fields:

  • Testimonial Author
  • Testimonial Text
  • Testimonial Date

  • When you finish, you now have to set the environment variables with the Tokens from DatoCMS. The env_example file contains the names, you just have to replace the 'YOUR_TOKEN' with your token from DatoCMS. The tokens can be found on Api Tokens at the Sidebar of DatoCMS.


    After install the necessarily packages and make the configuration of DatoCMS correctly, run the development server, that by default will open on http://localhost:3000, running the following commands:

    npm run dev
    # or
    yarn dev

    Main Tools

  • ReactJs
  • NextJs
  • Styled-Components
  • DatoCms
  • Nookies
  • Date-fns

  • Homepage

    homepage

    About

    Alurakut app, remaking the famous app 'Orkut' (R.I.P), made at Alura's React Imersion 03

    Topics

    Resources

    Stars

    Watchers

    Forks

    Releases

    No releases published

    Packages

    No packages published