https://github.com/kalash9630/algocraft
A web site to help you to track your progress on learning algorithms for cracking interviews.
https://github.com/kalash9630/algocraft
algorithms bootstrap css data-structures express firebase javascript mern mongo node react
Last synced: about 2 months ago
JSON representation
A web site to help you to track your progress on learning algorithms for cracking interviews.
- Host: GitHub
- URL: https://github.com/kalash9630/algocraft
- Owner: Kalash9630
- Created: 2024-11-26T07:06:48.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-26T07:13:28.000Z (over 1 year ago)
- Last Synced: 2025-01-30T08:31:19.788Z (over 1 year ago)
- Topics: algorithms, bootstrap, css, data-structures, express, firebase, javascript, mern, mongo, node, react
- Language: JavaScript
- Homepage: https://algocraft.web.app/
- Size: 446 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Algocraft
## Empowering Engineers, Mastering Interviews, Crafting Futures.
Algocraft is an ultimate platform designed to help you crack your software engineering interviews. With Algocraft, you can track your learning progress, access all resources in one place, and elevate your coding skills to the next level.
## Tech Stack
#### Build with MERN Stack, Bootstrap classes and firebase
## Deployed on
#### [algocraft.web.app](https://algocraft.web.app/)
## Getting Started
## Features
- **DSA Sheets:** Elevate your understanding of Data Structures and Algorithms with curated DSA sheets from famous achievers.
- **Upcoming Contests:** Prepare for success in competitive coding by staying informed about and gearing up for upcoming coding contests.
- **Coding Resources:** Empower your coding journey with an extensive collection of tutorials, guides, frameworks, and libraries.
- **Discussion:** Engage in a community where coders of all levels come together to discuss coding challenges, share interview experiences, and help each other.
- **Code Editor:** Immerse yourself in a seamless coding experience with our user-friendly code editor, equipped with features designed to enhance productivity.
- **Jobs Doors (coming soon):** Navigate your career path with confidence by exploring job opportunities, career advice, and networking possibilities in our resume/job fair section.
To get started with Algocraft:
1. Sign up for an account by clicking on the "Create Account" button in the top right corner of the page.
2. Access coding resources, participate in contests, and contribute to the Algocraft community.
## Run local on your computer
### Frontend
#### Change directory of project
```
cd frontend
```
#### Install node modules
```
npm install
```
#### Create a .env file and generate your own keys and configuration with following fields
```
REACT_APP_RAPID_API_HOST
REACT_APP_RAPID_API_KEY
REACT_APP_RAPID_API_URL
REACT_APP_BASE_URL
REACT_APP_FIREBASE_API_KEY
REACT_APP_FIREBASE_AUTH_DOMAIN
REACT_APP_FIREBASE_PROJECT_ID
REACT_APP_FIREBASE_STORAGE_BUCKET
REACT_APP_FIREBASE_MESSAGING_SENDER_ID
REACT_APP_FIREBASE_APP_ID
REACT_APP_FIREBASE_MEASUREMENT_ID
```
#### Start script
```
npm start
```
### Backend
#### Change directory of project
```
cd backend
```
#### Install node modules
```
npm install
```
#### Create a .env file and generate your own keys and configuration with following fields
```
PORT
MONGODB_URI
CORS_ORIGIN
ACCESS_TOKEN_SECRET
ACCESS_TOKEN_EXPIRY
REFRESH_TOKEN_SECRET
REFRESH_TOKEN_EXPIRY
GACCOUNT_APP_PASSWORD
NODE_ENV
CLOUDINARY_CLOUD_NAME
CLOUDINARY_API_KEY
CLOUDINARY_API_SECRET
CONTEST_API_KEY
```
#### Start script
```
npm run dev
```
## Bug Report or Feature Request
If you encounter a bug, or have a request for a new feature, please open a New Issue.
## MIT License & Copyright
© Algocraft. All rights reserved.
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.