We created Chirp, a very simple copy of Twitter to learn about Agile Process Management, Collaboration, Web Technologies and Relational Databases. This repository contains the frontend code for Chirp.
The frontend is built on React and continuously deployed on Netlify.
The backend repository can be found here
To get started with Chirp, clone this repository to your local machine and follow the instructions provided below.
Before you begin, ensure that you have the following installed on your machine:
- Clone the repository:
git clone https://github.com/TobiasAschenbrenner/twitter-clone-frontend.git
- Install dependencies:
npm install
- Start the development server:
npm start
- Open your browser and navigate to
http://localhost:3000
.
You should now see the Chirp Login Page!
To create a production build, run the following command:
npm run build
This command will generate a build
directory with the optimized production build. For deployment instructions specific to your preferred platform, please refer to their respective documentation.
We welcome contributions to Chirp! To contribute, please follow these steps:
- Fork the repository.
- Create a new branch with a descriptive name.
- Commit your changes.
- Push the branch.
- Open a Pull Request against the
main
branch.
We are software engineering students at the CODE University of Applied Sciences in Berlin.