In this project I build a simple social network for pets based on codecademy project that you can find on React's course.
I also put a clock system that works according your local time, a login system to control acesss to the app and a button to change the background color, switching between light and dark mode.
1 - Clone this repository to your computer;
2 - Open this repository in the VS Code;
3 - Start a new terminal;
4 - Type "npm install" to install all node dependencies;
5 - After the dependencies are installed, type "npm start";
6 - Wait some seconds until you see the project opening in your main browser.
7 - Log in using the info below:
- otter
- otter123
-
HTML / CSS
-
Javascript
-
React