https://github.com/shikhu51197/edtechweblearn
Live Production Based SkillTank Official Website
https://github.com/shikhu51197/edtechweblearn
chakraui expressjs html-css-javascript mongodb nodejs reactjs redux
Last synced: 7 months ago
JSON representation
Live Production Based SkillTank Official Website
- Host: GitHub
- URL: https://github.com/shikhu51197/edtechweblearn
- Owner: shikhu51197
- Created: 2023-11-30T18:41:59.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-02-03T06:16:29.000Z (over 1 year ago)
- Last Synced: 2025-01-31T15:41:43.727Z (8 months ago)
- Topics: chakraui, expressjs, html-css-javascript, mongodb, nodejs, reactjs, redux
- Homepage: https://skilltank-website.vercel.app/
- Size: 2.93 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
> 💻 PROJECT NAME ✨ => 💻 Edtechweb
[](
)
[](https://skilltank-website.vercel.app/)## 💫Tech-Stack->
- #### For Frontend:-
- `HTML5`
- `CSS3`
 - `JavaScript `
- `ReactJS`
- `ReactJS`
- #### For Backend:-
- `NodeJS`
- `ExpressJS`
-Â `MongoDBÂ `
- #### For deploy database:-
- `Vercel`
Â
- #### For Styling:-
 - `Chakra UI `
- #### For live Project: -
 - `Vercel`
## â•Steps to run our project:
✨Clone the repository.
✨Run the command `npm install` in both the frontend and backend folders.
✨Run the command `npm run server` in the backend folder.
✨Run the command `npm start` in the frontend folder run on localhost:3000.
---
## Features ✨:-
---
| Serial No | Feature |
| ----------------- | ------------------------------------------------------------ |
| 1 | User signup login, and logout |
| 2 | Home Page designing |
| 3 | navbar, footer |---
# Package.json(Dependency)✨:-| Serial No | Backend | Frontend |
| ----------------- | ---------------------|------------------------ |
| 1 | bcrypt | Chakra-ui |
| 2 | mongoose | React Router dom |
| 3 | cors | redux, react-icons |
| 4 | dotenv | react redux, axios |
| 5 | express | chakraUi-icons |
| 6 | jsonwebtoken | redux thunk |---
## Flow
```mermaid
graph TD;
App-->HomePage
HomePage-->SignUpPage;
HomePage-->LoginPage;
SignUpPage-->StudentSingupPage;
SignUpPage-->ProfessionalSingupPage;
SignUpPage-->EmployerSingupPage;
SignUpPage-->MentorSingupPage;
StudentSingupPage-->StudentloginPage;
ProfessionalSingupPage-->ProfessionalloginPage;
EmployerSingupPage-->EmployerloginPage;
MentorSingupPage-->MentorloginPage;
LoginPage--> Learnpage
LoginPage--> Mentorpage
LoginPage--> Competepage
LoginPage--> Jobspage
```---
✨Thank You✨