This project was bootstrapped with Create React App.
Since this is my first React App project, I followed a YouTube tutorial step by step to build it. The tutorial is a React, Redux & Firebase App playlist on The Net Ninja YouTube channel. Link to the playlist: https://www.youtube.com/playlist?list=PL4cUxeGkcC9iWstfXntcj8f-dFZ4UtlN3
A simple web app made fro all paltforms Features users can avail :
-
Signup for creation of an account.
-
Login with the created account credentials.
-
View the Dashboard which consists of Notifications and Project.
- Notifications consists of users created messages and new project added messages.
- Project consists of Title, Username of the user who posted and Time of post.
- On clicking the Project, Project details are displayed.
- User can also Create a new Project with Title and Content.
Sample Deployment : https://jay-marioland.web.app/
- React
- Redux
- Firebase - Cloud Functions
- Styling - Materialize
- Clone this repository or download zip.
- Navigate to project folder in terminal and type
npm install
- Create your Firebase project at console
- Replace firebase credentials in
/src/config/fbConfig.js
with your credentials from Firebase console - Enable email-signin under Firebase --> Develop --> Authentication.
- Navigate to project folder in terminal and type
npm start
- The setup is ready to use.