A Web Application used to share and react to memes, built with React, Redux, JavaScript, and CSS.
Clone down this repository. You will need node
and npm
installed globally on your machine.
Installation:
npm install
To Run Test Suite:
npm test
To Start Server:
npm start
To Visit App:
localhost:3000
username - admin_0
password - admin123
This was a 2 days long project built during Dare2Develop Hackathon organized by Trinity Cyber Forum. Project goals included using technologies learned up until this point and familiarizing ourselves with documentation for new features.
The technologies implemented in this project are React, React-Router 4.0, Redux, LoDash, D3, and a significant amount of JSX, and CSS. I chose to use the create-react-app
boilerplate to minimize initial setup and invest more time in diving into weird technological rabbit holes.
Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request