Skip to content

Latest commit

 

History

History
57 lines (34 loc) · 1.21 KB

README.md

File metadata and controls

57 lines (34 loc) · 1.21 KB

Reddit Clone

The project works in a similar way to reddit, the user creates a post and it can be voted on by others users.

Deploy

Reddit-Clone

Technologies

  1. Chakra UI
  2. Emotion
  3. Create React App
  4. Firebase

Project

Reddit

Article

Link to detailed article about how this was developed.

Requirements

  1. Node.js
  2. npm

Installation

1. Clone the application

git clone https://github.com/Thiago-l/reddit-clone

2. Install necessary dependencies for the application

yarn install

3. Create a .env file and copy the contents from .env.example

4. Start the application

From the frontend directory, we can run the following command to start our Next.js frontend application:

yarn start

The above command will start the frontend application on http://localhost:3000/.

License

This project is licensed under the License.